Layer 220
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

InputMedia

Gogram Example

// Creating InputMediaStory constructor
obj := &tg.InputMediaStory{
    Peer: &tg.InputPeerUser{UserID: int64(123456789)},
    Id: 0,
}