Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Telegram
Model
Wrappers
ChatModel
C# Class Telegram.Model.Wrappers.ChatModel
Inheritance:
INotifyPropertyChanged
Mostrar archivo
Open project: naphaso/kilogram
Class Usage Examples
Public Methods
Method
Description
ChatModel
(
Chat
chat
) :
System
SetAvatarPath
(
string
path
) :
void
SetChat
(
Chat
chat
) :
void
Private Methods
Method
Description
GetChatPlaceholderImageUri
( ) :
Uri
OnPropertyChanged
(
[
propertyName
= null ) :
void
Method Details
ChatModel()
public
method
public
ChatModel
(
Chat
chat
) :
System
chat
Chat
return
System
SetAvatarPath()
public
method
public
SetAvatarPath
(
string
path
) :
void
path
string
return
void
SetChat()
public
method
public
SetChat
(
Chat
chat
) :
void
chat
Chat
return
void