type github.com/gotd/td/tg.EncryptedChatClass
38 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L47: func (e EncryptedChatEmpty) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L56: _ EncryptedChatClass = &EncryptedChatEmpty{}
tl_encrypted_chat_gen.go#L190: func (e EncryptedChatWaiting) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L199: _ EncryptedChatClass = &EncryptedChatWaiting{}
tl_encrypted_chat_gen.go#L450: func (e EncryptedChatRequested) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L459: _ EncryptedChatClass = &EncryptedChatRequested{}
tl_encrypted_chat_gen.go#L786: func (e EncryptedChat) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L795: _ EncryptedChatClass = &EncryptedChat{}
tl_encrypted_chat_gen.go#L1078: func (e EncryptedChatDiscarded) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L1087: _ EncryptedChatClass = &EncryptedChatDiscarded{}
tl_encrypted_chat_gen.go#L1270: type EncryptedChatClass interface {
tl_encrypted_chat_gen.go#L1275: construct() EncryptedChatClass
tl_encrypted_chat_gen.go#L1310: construct() EncryptedChatClass
tl_encrypted_chat_gen.go#L1329: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1335: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1341: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1347: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1353: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1358: func DecodeEncryptedChat(buf *bin.Buffer) (EncryptedChatClass, error) {
tl_encrypted_chat_gen.go#L1406: EncryptedChat EncryptedChatClass
tl_encrypted_chat_slices_gen.go#L38: type EncryptedChatClassArray []EncryptedChatClass
tl_encrypted_chat_slices_gen.go#L41: func (s EncryptedChatClassArray) Sort(less func(a, b EncryptedChatClass) bool) EncryptedChatClassArray {
tl_encrypted_chat_slices_gen.go#L49: func (s EncryptedChatClassArray) SortStable(less func(a, b EncryptedChatClass) bool) EncryptedChatClassArray {
tl_encrypted_chat_slices_gen.go#L57: func (s EncryptedChatClassArray) Retain(keep func(x EncryptedChatClass) bool) EncryptedChatClassArray {
tl_encrypted_chat_slices_gen.go#L71: func (s EncryptedChatClassArray) First() (v EncryptedChatClass, ok bool) {
tl_encrypted_chat_slices_gen.go#L79: func (s EncryptedChatClassArray) Last() (v EncryptedChatClass, ok bool) {
tl_encrypted_chat_slices_gen.go#L87: func (s *EncryptedChatClassArray) PopFirst() (v EncryptedChatClass, ok bool) {
tl_encrypted_chat_slices_gen.go#L97: var zero EncryptedChatClass
tl_encrypted_chat_slices_gen.go#L106: func (s *EncryptedChatClassArray) Pop() (v EncryptedChatClass, ok bool) {
tl_encrypted_chat_slices_gen.go#L121: return s.Sort(func(a, b EncryptedChatClass) bool {
tl_encrypted_chat_slices_gen.go#L128: return s.SortStable(func(a, b EncryptedChatClass) bool {
tl_messages_accept_encryption_gen.go#L231: func (c *Client) MessagesAcceptEncryption(ctx context.Context, request *MessagesAcceptEncryptionRequest) (EncryptedChatClass, error) {
tl_messages_request_encryption_gen.go#L237: func (c *Client) MessagesRequestEncryption(ctx context.Context, request *MessagesRequestEncryptionRequest) (EncryptedChatClass, error) {
tl_server_gen.go#L3109: func (s *ServerDispatcher) OnMessagesRequestEncryption(f func(ctx context.Context, request *MessagesRequestEncryptionRequest) (EncryptedChatClass, error)) {
tl_server_gen.go#L3126: func (s *ServerDispatcher) OnMessagesAcceptEncryption(f func(ctx context.Context, request *MessagesAcceptEncryptionRequest) (EncryptedChatClass, error)) {
tl_update_gen.go#L2171: Chat EncryptedChatClass
tl_update_gen.go#L2217: GetChat() (value EncryptedChatClass)
tl_update_gen.go#L2317: func (u *UpdateEncryption) GetChat() (value EncryptedChatClass) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |