type github.com/gotd/td/tg.UpdateBotStopped
39 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1010: type BotStoppedHandler func(ctx context.Context, e Entities, update *UpdateBotStopped) error
tl_handlers_gen.go#L1015: return handler(ctx, e, update.(*UpdateBotStopped))
tl_registry_gen.go#L3918: UpdateBotStoppedTypeID: func() bin.Object { return &UpdateBotStopped{} },
tl_update_gen.go#L18734: type UpdateBotStopped struct {
tl_update_gen.go#L18752: func (u UpdateBotStopped) construct() UpdateClass { return &u }
tl_update_gen.go#L18756: _ bin.Encoder = &UpdateBotStopped{}
tl_update_gen.go#L18757: _ bin.Decoder = &UpdateBotStopped{}
tl_update_gen.go#L18758: _ bin.BareEncoder = &UpdateBotStopped{}
tl_update_gen.go#L18759: _ bin.BareDecoder = &UpdateBotStopped{}
tl_update_gen.go#L18761: _ UpdateClass = &UpdateBotStopped{}
tl_update_gen.go#L18764: func (u *UpdateBotStopped) Zero() bool {
tl_update_gen.go#L18785: func (u *UpdateBotStopped) String() string {
tl_update_gen.go#L18789: type Alias UpdateBotStopped
tl_update_gen.go#L18794: func (u *UpdateBotStopped) FillFrom(from interface {
tl_update_gen.go#L18809: func (*UpdateBotStopped) TypeID() uint32 {
tl_update_gen.go#L18814: func (*UpdateBotStopped) TypeName() string {
tl_update_gen.go#L18819: func (u *UpdateBotStopped) TypeInfo() tdp.Type {
tl_update_gen.go#L18850: func (u *UpdateBotStopped) Encode(b *bin.Buffer) error {
tl_update_gen.go#L18859: func (u *UpdateBotStopped) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L18871: func (u *UpdateBotStopped) Decode(b *bin.Buffer) error {
tl_update_gen.go#L18882: func (u *UpdateBotStopped) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L18918: func (u *UpdateBotStopped) GetUserID() (value int64) {
tl_update_gen.go#L18926: func (u *UpdateBotStopped) GetDate() (value int) {
tl_update_gen.go#L18934: func (u *UpdateBotStopped) GetStopped() (value bool) {
tl_update_gen.go#L18942: func (u *UpdateBotStopped) GetQts() (value int) {
tl_update_gen.go#L25581: v := UpdateBotStopped{}
tl_update_slices_gen.go#L1175: value, ok := elem.(*UpdateBotStopped)
tl_update_slices_gen.go#L8335: type UpdateBotStoppedArray []UpdateBotStopped
tl_update_slices_gen.go#L8338: func (s UpdateBotStoppedArray) Sort(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8346: func (s UpdateBotStoppedArray) SortStable(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8354: func (s UpdateBotStoppedArray) Retain(keep func(x UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8368: func (s UpdateBotStoppedArray) First() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8376: func (s UpdateBotStoppedArray) Last() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8384: func (s *UpdateBotStoppedArray) PopFirst() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8394: var zero UpdateBotStopped
tl_update_slices_gen.go#L8403: func (s *UpdateBotStoppedArray) Pop() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8418: return s.Sort(func(a, b UpdateBotStopped) bool {
tl_update_slices_gen.go#L8425: return s.SortStable(func(a, b UpdateBotStopped) bool {
tl_updates_classifier_gen.go#L69: case *UpdateBotStopped:
|
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. |