Method | Description | |
---|---|---|
ClearDialogHistory ( ) : System.Threading.Tasks.Task | ||
DialogModelEncrypted ( |
||
DialogModelEncrypted ( |
||
DialogModelEncrypted ( |
||
LoadMore ( ) : System.Threading.Tasks.Task | ||
LoadMorePossible ( ) : bool | ||
MarkEncryptedRead ( int maxDate, int date ) : void | ||
OpenedRead ( ) : void | ||
Read ( |
||
ReceiveMessage ( EncryptedMessage encryptedMessage ) : void | ||
RemoveAndClearDialog ( ) : System.Threading.Tasks.Task | ||
SendMessage ( string message ) : Task |
||
SendRead ( ) : System.Threading.Tasks.Task | ||
SendTyping ( bool typing ) : void | ||
SetA ( byte a ) : void | ||
SetEncryptedChat ( EncryptedChatConstructor chat, byte a ) : void | ||
Write ( |
Method | Description | |
---|---|---|
DelayedDestroyMessage ( |
||
UpdateTTL ( int ttlSeconds ) : void |
public ClearDialogHistory ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DialogModelEncrypted ( |
||
session | ||
reader | ||
return | System |
public DialogModelEncrypted ( |
||
session | ||
chat | EncryptedChat | |
a | byte | |
return | System |
public DialogModelEncrypted ( |
||
session | ||
chat | EncryptedChat | |
key | byte | |
fingerprint | long | |
a | byte | |
return | System |
public LoadMore ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public MarkEncryptedRead ( int maxDate, int date ) : void | ||
maxDate | int | |
date | int | |
return | void |
public Read ( |
||
reader | ||
return | void |
public ReceiveMessage ( EncryptedMessage encryptedMessage ) : void | ||
encryptedMessage | EncryptedMessage | |
return | void |
public RemoveAndClearDialog ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SendRead ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SetEncryptedChat ( EncryptedChatConstructor chat, byte a ) : void | ||
chat | EncryptedChatConstructor | |
a | byte | |
return | void |
public Write ( |
||
writer | ||
return | void |