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

10 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_gen.go#L447: const EncryptedChatRequestedTypeID = 0x48f1d94c
		tl_encrypted_chat_gen.go#L529: 	return EncryptedChatRequestedTypeID
		tl_encrypted_chat_gen.go#L541: 		ID:   EncryptedChatRequestedTypeID,
		tl_encrypted_chat_gen.go#L593: 	b.PutID(EncryptedChatRequestedTypeID)
		tl_encrypted_chat_gen.go#L623: 	if err := b.ConsumeID(EncryptedChatRequestedTypeID); err != nil {
		tl_encrypted_chat_gen.go#L1378: 	case EncryptedChatRequestedTypeID:
		tl_registry_gen.go#L411: 		EncryptedChatRequestedTypeID:                             "encryptedChatRequested#48f1d94c",
		tl_registry_gen.go#L2193: 		"encryptedChatRequested":                             EncryptedChatRequestedTypeID,
		tl_registry_gen.go#L3975: 		EncryptedChatRequestedTypeID:                             func() bin.Object { return &EncryptedChatRequested{} },
		tl_registry_gen.go#L5686: 			EncryptedChatRequestedTypeID,