IPhoneCall Interface

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

Syntax

public interface IPhoneCall : IObject

Properties

Name Value Summary
PhoneCall IPhoneCall
Users TVector<IUser>

Extension Methods

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