const github.com/gotd/td/tg.MessagesDeleteHistoryRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_delete_history_gen.go#L64: const MessagesDeleteHistoryRequestTypeID = 0xb08f922a
tl_messages_delete_history_gen.go#L139: return MessagesDeleteHistoryRequestTypeID
tl_messages_delete_history_gen.go#L151: ID: MessagesDeleteHistoryRequestTypeID,
tl_messages_delete_history_gen.go#L211: b.PutID(MessagesDeleteHistoryRequestTypeID)
tl_messages_delete_history_gen.go#L245: if err := b.ConsumeID(MessagesDeleteHistoryRequestTypeID); err != nil {
tl_registry_gen.go#L1394: MessagesDeleteHistoryRequestTypeID: "messages.deleteHistory#b08f922a",
tl_registry_gen.go#L3176: "messages.deleteHistory": MessagesDeleteHistoryRequestTypeID,
tl_registry_gen.go#L4958: MessagesDeleteHistoryRequestTypeID: func() bin.Object { return &MessagesDeleteHistoryRequest{} },
tl_server_gen.go#L2805: s.handlers[MessagesDeleteHistoryRequestTypeID] = 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. |