const github.com/gotd/td/tg.MessagesGetDialogsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_dialogs_gen.go#L79: const MessagesGetDialogsRequestTypeID = 0xa0f4cb4f
tl_messages_get_dialogs_gen.go#L156: return MessagesGetDialogsRequestTypeID
tl_messages_get_dialogs_gen.go#L168: ID: MessagesGetDialogsRequestTypeID,
tl_messages_get_dialogs_gen.go#L224: b.PutID(MessagesGetDialogsRequestTypeID)
tl_messages_get_dialogs_gen.go#L258: if err := b.ConsumeID(MessagesGetDialogsRequestTypeID); err != nil {
tl_registry_gen.go#L1390: MessagesGetDialogsRequestTypeID: "messages.getDialogs#a0f4cb4f",
tl_registry_gen.go#L3172: "messages.getDialogs": MessagesGetDialogsRequestTypeID,
tl_registry_gen.go#L4954: MessagesGetDialogsRequestTypeID: func() bin.Object { return &MessagesGetDialogsRequest{} },
tl_server_gen.go#L2737: s.handlers[MessagesGetDialogsRequestTypeID] = 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. |