const github.com/gotd/td/tg.ChannelsGetSendAsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_channels_get_send_as_gen.go#L44: const ChannelsGetSendAsRequestTypeID = 0xdc770ee
tl_channels_get_send_as_gen.go#L85: return ChannelsGetSendAsRequestTypeID
tl_channels_get_send_as_gen.go#L97: ID: ChannelsGetSendAsRequestTypeID,
tl_channels_get_send_as_gen.go#L117: b.PutID(ChannelsGetSendAsRequestTypeID)
tl_channels_get_send_as_gen.go#L140: if err := b.ConsumeID(ChannelsGetSendAsRequestTypeID); err != nil {
tl_registry_gen.go#L1654: ChannelsGetSendAsRequestTypeID: "channels.getSendAs#dc770ee",
tl_registry_gen.go#L3436: "channels.getSendAs": ChannelsGetSendAsRequestTypeID,
tl_registry_gen.go#L5218: ChannelsGetSendAsRequestTypeID: func() bin.Object { return &ChannelsGetSendAsRequest{} },
tl_server_gen.go#L7469: s.handlers[ChannelsGetSendAsRequestTypeID] = 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. |