Layer 220
InputMediaStory
Forwarded story
constructor
inputMediaStory#89fdd778 peer:InputPeer id:int = InputMedia;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPeer | Peer where the story was posted |
| Id | int | Story ID |
Returns
InputMediaGogram Example
// Creating InputMediaStory constructor obj := &tg.InputMediaStory{ Peer: &tg.InputPeerUser{UserID: int64(123456789)}, Id: 0, }