TChannelBannedRights Class

Namespace
OpenTl.Schema
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IChannelBannedRights"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IChannelBannedRights" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TChannelBannedRights"] class Type type-node

Syntax

[Serialize(0x58cf4249)]
public sealed class TChannelBannedRights : IChannelBannedRights, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
EmbedLinks bool
Flags BitArray
SendGames bool
SendGifs bool
SendInline bool
SendMedia bool
SendMessages bool
SendStickers bool
UntilDate int
ViewMessages bool

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils