RequestCreateChannel Class

Namespace
OpenTl.Schema.Channels
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IRequest<IUpdates>"]-.->Type Interface1["IRequest"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IRequest" Interface2["IObject"]-.->Type click Interface2 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["RequestCreateChannel"] class Type type-node

Syntax

[Serialize(0xf4893d7f)]
public sealed class RequestCreateChannel : IRequest<IUpdates>, IRequest, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
About string
AboutAsBinary byte[]
Binary representation for the 'About' property
Broadcast bool
Flags BitArray
Megagroup bool
Title string
TitleAsBinary byte[]
Binary representation for the 'Title' property

Extension Methods

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