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#L1277: type EncryptedChatClass interface {
tl_encrypted_chat_gen.go#L1282: construct() EncryptedChatClass
tl_encrypted_chat_gen.go#L1317: construct() EncryptedChatClass
tl_encrypted_chat_gen.go#L1336: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1342: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1348: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1354: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1360: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1365: func DecodeEncryptedChat(buf *bin.Buffer) (EncryptedChatClass, error) {
tl_encrypted_chat_gen.go#L1413: 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#L238: func (c *Client) MessagesRequestEncryption(ctx context.Context, request *MessagesRequestEncryptionRequest) (EncryptedChatClass, error) {
tl_server_gen.go#L3976: func (s *ServerDispatcher) OnMessagesRequestEncryption(f func(ctx context.Context, request *MessagesRequestEncryptionRequest) (EncryptedChatClass, error)) {
tl_server_gen.go#L3993: func (s *ServerDispatcher) OnMessagesAcceptEncryption(f func(ctx context.Context, request *MessagesAcceptEncryptionRequest) (EncryptedChatClass, error)) {
tl_update_gen.go#L2250: Chat EncryptedChatClass
tl_update_gen.go#L2296: GetChat() (value EncryptedChatClass)
tl_update_gen.go#L2396: func (u *UpdateEncryption) GetChat() (value EncryptedChatClass) {
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |