메소드 | 설명 | |
---|---|---|
CalculateKeyFingerprint ( byte key ) : long | ||
CreateChatRequest ( InputUser user ) : System.Threading.Tasks.Task | ||
EncryptedChats ( TelegramSession session ) : System | ||
EncryptedChats ( TelegramSession session, |
||
UpdateChat ( EncryptedChat chat, byte a = null ) : void | ||
UpdateChat ( EncryptedChatConstructor chat, byte a ) : void | ||
UpdateChat ( EncryptedChatDiscardedConstructor chat, byte a ) : void | ||
UpdateChat ( EncryptedChatRequestedConstructor chat, byte a ) : void | ||
UpdateChat ( EncryptedChatWaitingConstructor chat, byte a ) : void | ||
UpdateChatHandler ( EncryptedChat chat ) : void | ||
Write ( |
메소드 | 설명 | |
---|---|---|
CreateChatResponse ( EncryptedChatRequestedConstructor chat ) : System.Threading.Tasks.Task | ||
GetSaltedRandomBytes ( int bytesCount, byte salt, int offset ) : byte[] | ||
Read ( |
public static CalculateKeyFingerprint ( byte key ) : long | ||
key | byte | |
리턴 | long |
public CreateChatRequest ( InputUser user ) : System.Threading.Tasks.Task | ||
user | InputUser | |
리턴 | System.Threading.Tasks.Task |
public EncryptedChats ( TelegramSession session ) : System | ||
session | TelegramSession | |
리턴 | System |
public EncryptedChats ( TelegramSession session, |
||
session | TelegramSession | |
reader | ||
리턴 | System |
public UpdateChat ( EncryptedChat chat, byte a = null ) : void | ||
chat | EncryptedChat | |
a | byte | |
리턴 | void |
public UpdateChat ( EncryptedChatConstructor chat, byte a ) : void | ||
chat | EncryptedChatConstructor | |
a | byte | |
리턴 | void |
public UpdateChat ( EncryptedChatDiscardedConstructor chat, byte a ) : void | ||
chat | EncryptedChatDiscardedConstructor | |
a | byte | |
리턴 | void |
public UpdateChat ( EncryptedChatRequestedConstructor chat, byte a ) : void | ||
chat | EncryptedChatRequestedConstructor | |
a | byte | |
리턴 | void |
public UpdateChat ( EncryptedChatWaitingConstructor chat, byte a ) : void | ||
chat | EncryptedChatWaitingConstructor | |
a | byte | |
리턴 | void |
public UpdateChatHandler ( EncryptedChat chat ) : void | ||
chat | EncryptedChat | |
리턴 | void |