C# Class Telegram.Model.Wrappers.MessageModel

Inheritance: INotifyPropertyChanged
Show file Open project: naphaso/kilogram Class Usage Examples

Public Methods

Method Description
GetMessageDeliveryState ( ) : MessageDeliveryState
MarkRead ( ) : void
Write ( BinaryWriter writer ) : void

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetMessageDeliveryState() public abstract method

public abstract GetMessageDeliveryState ( ) : MessageDeliveryState
return MessageDeliveryState

MarkRead() public abstract method

public abstract MarkRead ( ) : void
return void

Write() public abstract method

public abstract Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void