Constructor: channelAdminLogEventActionParticipantSubExtend
A paid subscriber has extended their Telegram Star subscription ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_participant | ChannelParticipant | Yes | Same as new_participant . |
new_participant | ChannelParticipant | Yes | The subscriber that extended the subscription. |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantSubExtend = ['_' => 'channelAdminLogEventActionParticipantSubExtend', 'prev_participant' => ChannelParticipant, 'new_participant' => ChannelParticipant];