IInputPeerNotifySettings Interface

Namespace
OpenTl.Schema
Interfaces
Implementing Types
graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IInputPeerNotifySettings"] class Type type-node Type-.->Implementing0["TInputPeerNotifySettings"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema/TInputPeerNotifySettings"

Syntax

public interface IInputPeerNotifySettings : IObject

Properties

Name Value Summary
Flags BitArray
MuteUntil int
ShowPreviews bool
Silent bool
Sound string
SoundAsBinary byte[]

Extension Methods

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