Layer 220
ChannelAdminLogEventActionParticipantSubExtend
A paid subscriber has extended their Telegram Star subscription.
constructor
channelAdminLogEventActionParticipantSubExtend#64642db3 prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| PrevParticipant | ChannelParticipant | Same as new_participant. |
| NewParticipant | ChannelParticipant | The subscriber that extended the subscription. |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionParticipantSubExtend constructor obj := &tg.ChannelAdminLogEventActionParticipantSubExtend{ PrevParticipant: &tg.ChannelParticipant{}, NewParticipant: &tg.ChannelParticipant{}, }