const github.com/gotd/td/tg.MessagesGetDocumentByHashRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_document_by_hash_gen.go#L48: const MessagesGetDocumentByHashRequestTypeID = 0xb1f2061f
tl_messages_get_document_by_hash_gen.go#L99: return MessagesGetDocumentByHashRequestTypeID
tl_messages_get_document_by_hash_gen.go#L111: ID: MessagesGetDocumentByHashRequestTypeID,
tl_messages_get_document_by_hash_gen.go#L139: b.PutID(MessagesGetDocumentByHashRequestTypeID)
tl_messages_get_document_by_hash_gen.go#L159: if err := b.ConsumeID(MessagesGetDocumentByHashRequestTypeID); err != nil {
tl_registry_gen.go#L1438: MessagesGetDocumentByHashRequestTypeID: "messages.getDocumentByHash#b1f2061f",
tl_registry_gen.go#L3220: "messages.getDocumentByHash": MessagesGetDocumentByHashRequestTypeID,
tl_registry_gen.go#L5002: MessagesGetDocumentByHashRequestTypeID: func() bin.Object { return &MessagesGetDocumentByHashRequest{} },
tl_server_gen.go#L3593: s.handlers[MessagesGetDocumentByHashRequestTypeID] = handler
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. |