type github.com/gotd/td/tg.UpdateAttachMenuBots
21 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1070: type AttachMenuBotsHandler func(ctx context.Context, e Entities, update *UpdateAttachMenuBots) error
tl_handlers_gen.go#L1075: return handler(ctx, e, update.(*UpdateAttachMenuBots))
tl_registry_gen.go#L3924: UpdateAttachMenuBotsTypeID: func() bin.Object { return &UpdateAttachMenuBots{} },
tl_update_gen.go#L20133: type UpdateAttachMenuBots struct {
tl_update_gen.go#L20140: func (u UpdateAttachMenuBots) construct() UpdateClass { return &u }
tl_update_gen.go#L20144: _ bin.Encoder = &UpdateAttachMenuBots{}
tl_update_gen.go#L20145: _ bin.Decoder = &UpdateAttachMenuBots{}
tl_update_gen.go#L20146: _ bin.BareEncoder = &UpdateAttachMenuBots{}
tl_update_gen.go#L20147: _ bin.BareDecoder = &UpdateAttachMenuBots{}
tl_update_gen.go#L20149: _ UpdateClass = &UpdateAttachMenuBots{}
tl_update_gen.go#L20152: func (u *UpdateAttachMenuBots) Zero() bool {
tl_update_gen.go#L20161: func (u *UpdateAttachMenuBots) String() string {
tl_update_gen.go#L20165: type Alias UpdateAttachMenuBots
tl_update_gen.go#L20172: func (*UpdateAttachMenuBots) TypeID() uint32 {
tl_update_gen.go#L20177: func (*UpdateAttachMenuBots) TypeName() string {
tl_update_gen.go#L20182: func (u *UpdateAttachMenuBots) TypeInfo() tdp.Type {
tl_update_gen.go#L20196: func (u *UpdateAttachMenuBots) Encode(b *bin.Buffer) error {
tl_update_gen.go#L20205: func (u *UpdateAttachMenuBots) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L20213: func (u *UpdateAttachMenuBots) Decode(b *bin.Buffer) error {
tl_update_gen.go#L20224: func (u *UpdateAttachMenuBots) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L25623: v := UpdateAttachMenuBots{}
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. |