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,
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |