IChannelDifferenceCommon Interface

Namespace
OpenTl.Schema.Updates
Interfaces
graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IChannelDifferenceCommon"] class Type type-node

Syntax

public interface IChannelDifferenceCommon : IObject

Properties

Name Value Summary
Chats TVector<IChat>
Final bool
Flags BitArray
Pts int
Timeout int
Users TVector<IUser>

Extension Methods

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