ChannelParticipant

---types---
channelParticipant#1bd54456 user_id:long date:int subscription_until_date:flags.0?int rank:flags.2?string = ChannelParticipant

Belongs to

ChannelParticipant

In Rust this constructor is a variant of the enums::ChannelParticipant enum.
Match on it with: if let enums::ChannelParticipant::ChannelParticipant(v) = result { ... }

Parameters

user_idlongrequired
dateintrequired
subscription_until_dateintoptional
rankstringoptional