Layer 220
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.

Gogram Example

// Creating ChannelAdminLogEventActionParticipantSubExtend constructor
obj := &tg.ChannelAdminLogEventActionParticipantSubExtend{
    PrevParticipant: &tg.ChannelParticipant{},
    NewParticipant: &tg.ChannelParticipant{},
}