type github.com/gotd/td/tg.UpdateBotStopped
39 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1014: type BotStoppedHandler func(ctx context.Context, e Entities, update *UpdateBotStopped) error
tl_handlers_gen.go#L1019: return handler(ctx, e, update.(*UpdateBotStopped))
tl_registry_gen.go#L5329: UpdateBotStoppedTypeID: func() bin.Object { return &UpdateBotStopped{} },
tl_update_gen.go#L19469: type UpdateBotStopped struct {
tl_update_gen.go#L19487: func (u UpdateBotStopped) construct() UpdateClass { return &u }
tl_update_gen.go#L19491: _ bin.Encoder = &UpdateBotStopped{}
tl_update_gen.go#L19492: _ bin.Decoder = &UpdateBotStopped{}
tl_update_gen.go#L19493: _ bin.BareEncoder = &UpdateBotStopped{}
tl_update_gen.go#L19494: _ bin.BareDecoder = &UpdateBotStopped{}
tl_update_gen.go#L19496: _ UpdateClass = &UpdateBotStopped{}
tl_update_gen.go#L19499: func (u *UpdateBotStopped) Zero() bool {
tl_update_gen.go#L19520: func (u *UpdateBotStopped) String() string {
tl_update_gen.go#L19524: type Alias UpdateBotStopped
tl_update_gen.go#L19529: func (u *UpdateBotStopped) FillFrom(from interface {
tl_update_gen.go#L19544: func (*UpdateBotStopped) TypeID() uint32 {
tl_update_gen.go#L19549: func (*UpdateBotStopped) TypeName() string {
tl_update_gen.go#L19554: func (u *UpdateBotStopped) TypeInfo() tdp.Type {
tl_update_gen.go#L19585: func (u *UpdateBotStopped) Encode(b *bin.Buffer) error {
tl_update_gen.go#L19594: func (u *UpdateBotStopped) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L19606: func (u *UpdateBotStopped) Decode(b *bin.Buffer) error {
tl_update_gen.go#L19617: func (u *UpdateBotStopped) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L19653: func (u *UpdateBotStopped) GetUserID() (value int64) {
tl_update_gen.go#L19661: func (u *UpdateBotStopped) GetDate() (value int) {
tl_update_gen.go#L19669: func (u *UpdateBotStopped) GetStopped() (value bool) {
tl_update_gen.go#L19677: func (u *UpdateBotStopped) GetQts() (value int) {
tl_update_gen.go#L34830: v := UpdateBotStopped{}
tl_update_slices_gen.go#L1175: value, ok := elem.(*UpdateBotStopped)
tl_update_slices_gen.go#L8842: type UpdateBotStoppedArray []UpdateBotStopped
tl_update_slices_gen.go#L8845: func (s UpdateBotStoppedArray) Sort(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8853: func (s UpdateBotStoppedArray) SortStable(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8861: func (s UpdateBotStoppedArray) Retain(keep func(x UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8875: func (s UpdateBotStoppedArray) First() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8883: func (s UpdateBotStoppedArray) Last() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8891: func (s *UpdateBotStoppedArray) PopFirst() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8901: var zero UpdateBotStopped
tl_update_slices_gen.go#L8910: func (s *UpdateBotStoppedArray) Pop() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8925: return s.Sort(func(a, b UpdateBotStopped) bool {
tl_update_slices_gen.go#L8932: return s.SortStable(func(a, b UpdateBotStopped) bool {
tl_updates_classifier_gen.go#L69: case *UpdateBotStopped:
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |