C# Class Telegram.Model.Wrappers.MessageModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: naphaso/kilogram Class Usage Examples

Méthodes publiques

Méthode Description
GetMessageDeliveryState ( ) : MessageDeliveryState
MarkRead ( ) : void
Write ( BinaryWriter writer ) : void

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetMessageDeliveryState() public abstract méthode

public abstract GetMessageDeliveryState ( ) : MessageDeliveryState
Résultat MessageDeliveryState

MarkRead() public abstract méthode

public abstract MarkRead ( ) : void
Résultat void

Write() public abstract méthode

public abstract Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void