github.com/gotd/td/tg.EncryptedChatBox.EncryptedChat (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_gen.go#L1406: 	EncryptedChat EncryptedChatClass
		tl_encrypted_chat_gen.go#L1418: 	b.EncryptedChat = v
		tl_encrypted_chat_gen.go#L1424: 	if b == nil || b.EncryptedChat == nil {
		tl_encrypted_chat_gen.go#L1427: 	return b.EncryptedChat.Encode(buf)
		tl_messages_accept_encryption_gen.go#L237: 	return result.EncryptedChat, nil
		tl_messages_request_encryption_gen.go#L243: 	return result.EncryptedChat, nil
		tl_server_gen.go#L3120: 		return &EncryptedChatBox{EncryptedChat: response}, nil
		tl_server_gen.go#L3137: 		return &EncryptedChatBox{EncryptedChat: response}, nil