Raw.ChannelAdminLogEventActionParticipantSubExtend
A paid subscriber has extended their telegram star subscription.
channelAdminLogEventActionParticipantSubExtend#64642db3 prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;
export namespace Raw {
export class ChannelAdminLogEventActionParticipantSubExtend {
constructor(params: {
prevParticipant: Raw.TypeChannelParticipant;
newParticipant: Raw.TypeChannelParticipant;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0x64642db3
Property
prevParticipant
: Raw.TypeChannelParticipantSame as newParticipant.
newParticipant
: Raw.TypeChannelParticipantThe subscriber that extended the subscription.