telegram api constructor · layer 229 · #68cb6283
messageMediaStory
Represents a forwarded story or a story mention.
definition
messageMediaStory#68cb6283 flags:# via_mention:flags.1?true peer:Peer id:int story:flags.0?StoryItem = MessageMedia;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
via_mention | true | If set, indicates that this someone has mentioned us in this story (i.e. by tagging us in the description) or vice versa, we have mentioned the other peer (if the message is outgoing). |
peer | Peer | Peer that posted the story. |
id | int | Story ID |
story | StoryItem | The story itself, if absent fetch it using stories.getStoriesByID and the peer/id parameters specified above. |
type
MessageMedia · 18 other constructors
history
present in layers 160–229 · constructor id changed 1×
| id | layers |
|---|---|
| #cbb20d88 | 160–163 |
| #68cb6283 | 164–229 |