Layer 220
constructor
messageActionSuggestedPostRefund#69f916f8 flags:# payer_initiated:flags.0?true = MessageAction;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
PayerInitiated flags.0?true If set, the user refunded the payment for the stars used to pay for the suggested post.

Returns

MessageAction

Gogram Example

// Creating MessageActionSuggestedPostRefund constructor
obj := &tg.MessageActionSuggestedPostRefund{

    // Optional fields:
    // PayerInitiated: true,
}