C# Class Telegram.Model.Wrappers.ChatModel

Inheritance: INotifyPropertyChanged
Show file 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