type github.com/gotd/td/tg.UpdateBotMenuButton
34 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1090: type BotMenuButtonHandler func(ctx context.Context, e Entities, update *UpdateBotMenuButton) error
tl_handlers_gen.go#L1095: return handler(ctx, e, update.(*UpdateBotMenuButton))
tl_registry_gen.go#L3926: UpdateBotMenuButtonTypeID: func() bin.Object { return &UpdateBotMenuButton{} },
tl_update_gen.go#L20374: type UpdateBotMenuButton struct {
tl_update_gen.go#L20385: func (u UpdateBotMenuButton) construct() UpdateClass { return &u }
tl_update_gen.go#L20389: _ bin.Encoder = &UpdateBotMenuButton{}
tl_update_gen.go#L20390: _ bin.Decoder = &UpdateBotMenuButton{}
tl_update_gen.go#L20391: _ bin.BareEncoder = &UpdateBotMenuButton{}
tl_update_gen.go#L20392: _ bin.BareDecoder = &UpdateBotMenuButton{}
tl_update_gen.go#L20394: _ UpdateClass = &UpdateBotMenuButton{}
tl_update_gen.go#L20397: func (u *UpdateBotMenuButton) Zero() bool {
tl_update_gen.go#L20412: func (u *UpdateBotMenuButton) String() string {
tl_update_gen.go#L20416: type Alias UpdateBotMenuButton
tl_update_gen.go#L20421: func (u *UpdateBotMenuButton) FillFrom(from interface {
tl_update_gen.go#L20432: func (*UpdateBotMenuButton) TypeID() uint32 {
tl_update_gen.go#L20437: func (*UpdateBotMenuButton) TypeName() string {
tl_update_gen.go#L20442: func (u *UpdateBotMenuButton) TypeInfo() tdp.Type {
tl_update_gen.go#L20465: func (u *UpdateBotMenuButton) Encode(b *bin.Buffer) error {
tl_update_gen.go#L20474: func (u *UpdateBotMenuButton) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L20489: func (u *UpdateBotMenuButton) Decode(b *bin.Buffer) error {
tl_update_gen.go#L20500: func (u *UpdateBotMenuButton) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L20522: func (u *UpdateBotMenuButton) GetBotID() (value int64) {
tl_update_gen.go#L20530: func (u *UpdateBotMenuButton) GetButton() (value BotMenuButtonClass) {
tl_update_gen.go#L25637: v := UpdateBotMenuButton{}
tl_update_slices_gen.go#L1266: value, ok := elem.(*UpdateBotMenuButton)
tl_update_slices_gen.go#L8937: type UpdateBotMenuButtonArray []UpdateBotMenuButton
tl_update_slices_gen.go#L8940: func (s UpdateBotMenuButtonArray) Sort(less func(a, b UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L8948: func (s UpdateBotMenuButtonArray) SortStable(less func(a, b UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L8956: func (s UpdateBotMenuButtonArray) Retain(keep func(x UpdateBotMenuButton) bool) UpdateBotMenuButtonArray {
tl_update_slices_gen.go#L8970: func (s UpdateBotMenuButtonArray) First() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L8978: func (s UpdateBotMenuButtonArray) Last() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L8986: func (s *UpdateBotMenuButtonArray) PopFirst() (v UpdateBotMenuButton, ok bool) {
tl_update_slices_gen.go#L8996: var zero UpdateBotMenuButton
tl_update_slices_gen.go#L9005: func (s *UpdateBotMenuButtonArray) Pop() (v UpdateBotMenuButton, ok bool) {
|
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. |