type github.com/gotd/td/tg.EncryptedChatBox

7 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_gen.go#L1405: type EncryptedChatBox struct {
		tl_encrypted_chat_gen.go#L1410: func (b *EncryptedChatBox) Decode(buf *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L1423: func (b *EncryptedChatBox) Encode(buf *bin.Buffer) error {
		tl_messages_accept_encryption_gen.go#L232: 	var result EncryptedChatBox
		tl_messages_request_encryption_gen.go#L238: 	var result EncryptedChatBox
		tl_server_gen.go#L3120: 		return &EncryptedChatBox{EncryptedChat: response}, nil
		tl_server_gen.go#L3137: 		return &EncryptedChatBox{EncryptedChat: response}, nil