Layer 220
method Users
payments.toggleStarGiftsPinnedToTop#1513e7b0 peer:InputPeer stargift:Vector<InputSavedStarGift> = Bool;

Parameters

Name Type Description
Peer InputPeer The peer where to pin the gift.
Stargift Vector<InputSavedStarGift> The gift to pin.

Returns

Bool

Possible Errors

Code Type Description
400 PEER_ID_INVALID The provided peer id is invalid.

Gogram Example

// PaymentsToggleStarGiftsPinnedToTop - positional arguments
result, err := client.PaymentsToggleStarGiftsPinnedToTop(&tg.InputPeerUser{UserID: int64(123456789)}, []tg.InputSavedStarGift{&tg.InputSavedStarGift{}})
if err != nil {
    // handle error
}
// result is *tg.Bool