type github.com/gotd/td/tg.UpdateBotCommands
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1030: type BotCommandsHandler func(ctx context.Context, e Entities, update *UpdateBotCommands) error
tl_handlers_gen.go#L1035: return handler(ctx, e, update.(*UpdateBotCommands))
tl_registry_gen.go#L3920: UpdateBotCommandsTypeID: func() bin.Object { return &UpdateBotCommands{} },
tl_update_gen.go#L19147: type UpdateBotCommands struct {
tl_update_gen.go#L19160: func (u UpdateBotCommands) construct() UpdateClass { return &u }
tl_update_gen.go#L19164: _ bin.Encoder = &UpdateBotCommands{}
tl_update_gen.go#L19165: _ bin.Decoder = &UpdateBotCommands{}
tl_update_gen.go#L19166: _ bin.BareEncoder = &UpdateBotCommands{}
tl_update_gen.go#L19167: _ bin.BareDecoder = &UpdateBotCommands{}
tl_update_gen.go#L19169: _ UpdateClass = &UpdateBotCommands{}
tl_update_gen.go#L19172: func (u *UpdateBotCommands) Zero() bool {
tl_update_gen.go#L19190: func (u *UpdateBotCommands) String() string {
tl_update_gen.go#L19194: type Alias UpdateBotCommands
tl_update_gen.go#L19199: func (u *UpdateBotCommands) FillFrom(from interface {
tl_update_gen.go#L19212: func (*UpdateBotCommands) TypeID() uint32 {
tl_update_gen.go#L19217: func (*UpdateBotCommands) TypeName() string {
tl_update_gen.go#L19222: func (u *UpdateBotCommands) TypeInfo() tdp.Type {
tl_update_gen.go#L19249: func (u *UpdateBotCommands) Encode(b *bin.Buffer) error {
tl_update_gen.go#L19258: func (u *UpdateBotCommands) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L19279: func (u *UpdateBotCommands) Decode(b *bin.Buffer) error {
tl_update_gen.go#L19290: func (u *UpdateBotCommands) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L19329: func (u *UpdateBotCommands) GetPeer() (value PeerClass) {
tl_update_gen.go#L19337: func (u *UpdateBotCommands) GetBotID() (value int64) {
tl_update_gen.go#L19345: func (u *UpdateBotCommands) GetCommands() (value []BotCommand) {
tl_update_gen.go#L25595: v := UpdateBotCommands{}
tl_update_slices_gen.go#L1201: value, ok := elem.(*UpdateBotCommands)
tl_update_slices_gen.go#L8513: type UpdateBotCommandsArray []UpdateBotCommands
tl_update_slices_gen.go#L8516: func (s UpdateBotCommandsArray) Sort(less func(a, b UpdateBotCommands) bool) UpdateBotCommandsArray {
tl_update_slices_gen.go#L8524: func (s UpdateBotCommandsArray) SortStable(less func(a, b UpdateBotCommands) bool) UpdateBotCommandsArray {
tl_update_slices_gen.go#L8532: func (s UpdateBotCommandsArray) Retain(keep func(x UpdateBotCommands) bool) UpdateBotCommandsArray {
tl_update_slices_gen.go#L8546: func (s UpdateBotCommandsArray) First() (v UpdateBotCommands, ok bool) {
tl_update_slices_gen.go#L8554: func (s UpdateBotCommandsArray) Last() (v UpdateBotCommands, ok bool) {
tl_update_slices_gen.go#L8562: func (s *UpdateBotCommandsArray) PopFirst() (v UpdateBotCommands, ok bool) {
tl_update_slices_gen.go#L8572: var zero UpdateBotCommands
tl_update_slices_gen.go#L8581: func (s *UpdateBotCommandsArray) Pop() (v UpdateBotCommands, 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. |