Enum clacks::mtproto::ChannelParticipantsFilter [] [src]

pub enum ChannelParticipantsFilter {
    channelParticipantsRecent,
    channelParticipantsAdmins,
    channelParticipantsKicked(channelParticipantsKicked),
    channelParticipantsBots,
    channelParticipantsBanned(channelParticipantsBanned),
    channelParticipantsSearch(channelParticipantsSearch),
}

Variants

Trait Implementations

impl Debug for ChannelParticipantsFilter
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelParticipantsFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ChannelParticipantsFilter
[src]

[src]

impl BoxedDeserialize for ChannelParticipantsFilter
[src]

Auto Trait Implementations