const github.com/gotd/td/tg.UpdateChannelViewForumAsMessagesTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1294: u.handlers[UpdateChannelViewForumAsMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L382: UpdateChannelViewForumAsMessagesTypeID: "updateChannelViewForumAsMessages#7b68920",
tl_registry_gen.go#L2164: "updateChannelViewForumAsMessages": UpdateChannelViewForumAsMessagesTypeID,
tl_registry_gen.go#L3946: UpdateChannelViewForumAsMessagesTypeID: func() bin.Object { return &UpdateChannelViewForumAsMessages{} },
tl_registry_gen.go#L6643: UpdateChannelViewForumAsMessagesTypeID,
tl_update_gen.go#L23763: const UpdateChannelViewForumAsMessagesTypeID = 0x7b68920
tl_update_gen.go#L23814: return UpdateChannelViewForumAsMessagesTypeID
tl_update_gen.go#L23826: ID: UpdateChannelViewForumAsMessagesTypeID,
tl_update_gen.go#L23850: b.PutID(UpdateChannelViewForumAsMessagesTypeID)
tl_update_gen.go#L23869: if err := b.ConsumeID(UpdateChannelViewForumAsMessagesTypeID); err != nil {
tl_update_gen.go#L25775: case UpdateChannelViewForumAsMessagesTypeID:
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. |