const github.com/gotd/td/tg.EncryptedChatEmptyTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_gen.go#L44: const EncryptedChatEmptyTypeID = 0xab7ec0a0
		tl_encrypted_chat_gen.go#L90: 	return EncryptedChatEmptyTypeID
		tl_encrypted_chat_gen.go#L102: 		ID:   EncryptedChatEmptyTypeID,
		tl_encrypted_chat_gen.go#L122: 	b.PutID(EncryptedChatEmptyTypeID)
		tl_encrypted_chat_gen.go#L140: 	if err := b.ConsumeID(EncryptedChatEmptyTypeID); err != nil {
		tl_encrypted_chat_gen.go#L1364: 	case EncryptedChatEmptyTypeID:
		tl_registry_gen.go#L409: 		EncryptedChatEmptyTypeID:                                 "encryptedChatEmpty#ab7ec0a0",
		tl_registry_gen.go#L2191: 		"encryptedChatEmpty":                                 EncryptedChatEmptyTypeID,
		tl_registry_gen.go#L3973: 		EncryptedChatEmptyTypeID:                                 func() bin.Object { return &EncryptedChatEmpty{} },
		tl_registry_gen.go#L5684: 			EncryptedChatEmptyTypeID,