const github.com/gotd/td/tg.MessagesReorderPinnedDialogsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_reorder_pinned_dialogs_gen.go#L56: const MessagesReorderPinnedDialogsRequestTypeID = 0x3b1adf37
tl_messages_reorder_pinned_dialogs_gen.go#L110: return MessagesReorderPinnedDialogsRequestTypeID
tl_messages_reorder_pinned_dialogs_gen.go#L122: ID: MessagesReorderPinnedDialogsRequestTypeID,
tl_messages_reorder_pinned_dialogs_gen.go#L158: b.PutID(MessagesReorderPinnedDialogsRequestTypeID)
tl_messages_reorder_pinned_dialogs_gen.go#L189: if err := b.ConsumeID(MessagesReorderPinnedDialogsRequestTypeID); err != nil {
tl_registry_gen.go#L1467: MessagesReorderPinnedDialogsRequestTypeID: "messages.reorderPinnedDialogs#3b1adf37",
tl_registry_gen.go#L3249: "messages.reorderPinnedDialogs": MessagesReorderPinnedDialogsRequestTypeID,
tl_registry_gen.go#L5031: MessagesReorderPinnedDialogsRequestTypeID: func() bin.Object { return &MessagesReorderPinnedDialogsRequest{} },
tl_server_gen.go#L4130: s.handlers[MessagesReorderPinnedDialogsRequestTypeID] = 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. |