type github.com/gotd/td/tg.HelpSetBotUpdatesStatusRequest
22 uses
github.com/gotd/td/tg (current package)
tl_help_set_bot_updates_status_gen.go#L39: type HelpSetBotUpdatesStatusRequest struct {
tl_help_set_bot_updates_status_gen.go#L51: _ bin.Encoder = &HelpSetBotUpdatesStatusRequest{}
tl_help_set_bot_updates_status_gen.go#L52: _ bin.Decoder = &HelpSetBotUpdatesStatusRequest{}
tl_help_set_bot_updates_status_gen.go#L53: _ bin.BareEncoder = &HelpSetBotUpdatesStatusRequest{}
tl_help_set_bot_updates_status_gen.go#L54: _ bin.BareDecoder = &HelpSetBotUpdatesStatusRequest{}
tl_help_set_bot_updates_status_gen.go#L57: func (s *HelpSetBotUpdatesStatusRequest) Zero() bool {
tl_help_set_bot_updates_status_gen.go#L72: func (s *HelpSetBotUpdatesStatusRequest) String() string {
tl_help_set_bot_updates_status_gen.go#L76: type Alias HelpSetBotUpdatesStatusRequest
tl_help_set_bot_updates_status_gen.go#L81: func (s *HelpSetBotUpdatesStatusRequest) FillFrom(from interface {
tl_help_set_bot_updates_status_gen.go#L92: func (*HelpSetBotUpdatesStatusRequest) TypeID() uint32 {
tl_help_set_bot_updates_status_gen.go#L97: func (*HelpSetBotUpdatesStatusRequest) TypeName() string {
tl_help_set_bot_updates_status_gen.go#L102: func (s *HelpSetBotUpdatesStatusRequest) TypeInfo() tdp.Type {
tl_help_set_bot_updates_status_gen.go#L125: func (s *HelpSetBotUpdatesStatusRequest) Encode(b *bin.Buffer) error {
tl_help_set_bot_updates_status_gen.go#L134: func (s *HelpSetBotUpdatesStatusRequest) EncodeBare(b *bin.Buffer) error {
tl_help_set_bot_updates_status_gen.go#L144: func (s *HelpSetBotUpdatesStatusRequest) Decode(b *bin.Buffer) error {
tl_help_set_bot_updates_status_gen.go#L155: func (s *HelpSetBotUpdatesStatusRequest) DecodeBare(b *bin.Buffer) error {
tl_help_set_bot_updates_status_gen.go#L177: func (s *HelpSetBotUpdatesStatusRequest) GetPendingUpdatesCount() (value int) {
tl_help_set_bot_updates_status_gen.go#L185: func (s *HelpSetBotUpdatesStatusRequest) GetMessage() (value string) {
tl_help_set_bot_updates_status_gen.go#L198: func (c *Client) HelpSetBotUpdatesStatus(ctx context.Context, request *HelpSetBotUpdatesStatusRequest) (bool, error) {
tl_registry_gen.go#L5162: HelpSetBotUpdatesStatusRequestTypeID: func() bin.Object { return &HelpSetBotUpdatesStatusRequest{} },
tl_server_gen.go#L6447: func (s *ServerDispatcher) OnHelpSetBotUpdatesStatus(f func(ctx context.Context, request *HelpSetBotUpdatesStatusRequest) (bool, error)) {
tl_server_gen.go#L6449: var request HelpSetBotUpdatesStatusRequest
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. |