IChannelParticipant Interface

graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IChannelParticipant"] class Type type-node Type-.->Implementing0["TChannelParticipantCreator"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantCreator" Type-.->Implementing1["TChannelParticipantBanned"] click Implementing1 "/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantBanned" Type-.->Implementing2["TChannelParticipant"] click Implementing2 "/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipant" Type-.->Implementing3["TChannelParticipantSelf"] click Implementing3 "/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantSelf" Type-.->Implementing4["TChannelParticipantAdmin"] click Implementing4 "/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantAdmin"

Syntax

public interface IChannelParticipant : IObject

Properties

Name Value Summary
UserId int

Extension Methods

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