Property | Type | Description | |
---|---|---|---|
_currentStatus | DialogStatus |
Property | Type | Description | |
---|---|---|---|
chatTyping | UserTyping>.Dictionary | ||
messages | ObservableCollectionUI |
||
session | |||
userTyping | UserTyping |
Method | Description | |
---|---|---|
ClearDialogHistory ( ) : System.Threading.Tasks.Task | ||
DialogModel ( |
||
LoadMore ( ) : System.Threading.Tasks.Task | ||
LoadMorePossible ( ) : bool | ||
MarkRead ( List |
||
OpenedRead ( ) : void | ||
ProcessNewMessage ( |
||
Read ( |
||
RemoveAndClearDialog ( ) : System.Threading.Tasks.Task | ||
SendMessage ( string message ) : Task |
||
SendRead ( ) : System.Threading.Tasks.Task | ||
SendTyping ( bool typing ) : void | ||
SetTyping ( ) : void | ||
SetTyping ( int userid ) : void | ||
UpdateTypings ( ) : void | ||
Write ( |
Method | Description | |
---|---|---|
DialogOnPropertyChanged ( object sender, |
Method | Description | |
---|---|---|
GetPreviewConfig ( ) : DialogStatus | ||
OnPropertyChanged ( [ propertyName = null ) : void |
public abstract ClearDialogHistory ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DialogModel ( |
||
session | ||
return | System |
protected DialogOnPropertyChanged ( object sender, |
||
sender | object | |
propertyChangedEventArgs | ||
return | void |
public abstract LoadMore ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ProcessNewMessage ( |
||
messageModel | ||
return | void |
public abstract Read ( |
||
reader | ||
return | void |
public abstract RemoveAndClearDialog ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public abstract SendMessage ( string message ) : Task |
||
message | string | |
return | Task |
public abstract SendRead ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public abstract SendTyping ( bool typing ) : void | ||
typing | bool | |
return | void |
public abstract Write ( |
||
writer | ||
return | void |
protected TelegramSession,Telegram.MTProto session | ||
return |