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

Parameters

Name Type Description
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{
    PayerInitiated: nil,
}