telegram api method · layer 229 · #30eb63f0

stories.canSendStory

usable by users

Check whether we can post stories as the specified peer.

definition

stories.canSendStory#30eb63f0 peer:InputPeer = stories.CanSendStoryCount;

parameters

nametypedescription
peerInputPeerThe peer from which we wish to post stories.

returns

stories.CanSendStoryCount

errors (10)

codeerrordescription
400BOOSTS_REQUIREDThe specified channel must first be boosted by its users in order to perform this action.
400BUSINESS_CONNECTION_NOT_ALLOWEDThis method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection.
400CHANNEL_INVALIDThe provided channel is invalid.
400CHAT_ADMIN_REQUIREDYou must be an admin in this chat to do this.
400PEER_ID_INVALIDThe provided peer id is invalid.
400PREMIUM_ACCOUNT_REQUIREDA premium account is required to execute this action.
400STORIES_TOO_MUCHYou have hit the maximum active stories limit as specified by the `story_expiring_limit_*` client configuration parameters: you should buy a Premium subscription, delete an active story, or wait for the oldest story to expire.
400STORY_SEND_FLOOD_MONTHLY_%dYou've hit the monthly story limit as specified by the `stories_sent_monthly_limit_*` client configuration parameters: wait %d seconds before posting a new story.
400STORY_SEND_FLOOD_WEEKLY_%dYou've hit the weekly story limit as specified by the `stories_sent_weekly_limit_*` client configuration parameters: wait for %d seconds before posting a new story.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).

history

present in layers 162–229 · constructor id changed 2×

idlayers
#b100d45d162–163
#c7dfdfdd164–202
#30eb63f0203–229