Link Search Menu Expand Document

Constructor: channelAdminLogEventActionParticipantSubExtend

Back to constructors index

A paid subscriber has extended their Telegram Star subscription ».

Attributes:

NameTypeRequiredDescription
prev_participantChannelParticipantYesSame as new_participant.
new_participantChannelParticipantYesThe subscriber that extended the subscription.

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantSubExtend = ['_' => 'channelAdminLogEventActionParticipantSubExtend', 'prev_participant' => ChannelParticipant, 'new_participant' => ChannelParticipant];