Layer 224
method Users
payments.fulfillStarsSubscription#cc5bebb3 peer:InputPeer subscription_id:string = Bool;

Parameters

Name Type Description
Peer InputPeer Always pass input Peer Self.
SubscriptionId string ID of the subscription.

Returns

Bool

Gogram Example

// PaymentsFulfillStarsSubscription - positional arguments
result, err := client.PaymentsFulfillStarsSubscription(&tg.InputPeerUser{UserID: int64(777000)}, "Hello, World!")
if err != nil {
    // handle error
}
// result is *tg.Bool

Possible Errors

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