type github.com/gotd/td/tg.UpdateBotWebhookJSONQuery
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L620: type BotWebhookJSONQueryHandler func(ctx context.Context, e Entities, update *UpdateBotWebhookJSONQuery) error
tl_handlers_gen.go#L625: return handler(ctx, e, update.(*UpdateBotWebhookJSONQuery))
tl_registry_gen.go#L3879: UpdateBotWebhookJSONQueryTypeID: func() bin.Object { return &UpdateBotWebhookJSONQuery{} },
tl_update_gen.go#L10714: type UpdateBotWebhookJSONQuery struct {
tl_update_gen.go#L10727: func (u UpdateBotWebhookJSONQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L10731: _ bin.Encoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10732: _ bin.Decoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10733: _ bin.BareEncoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10734: _ bin.BareDecoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10736: _ UpdateClass = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10739: func (u *UpdateBotWebhookJSONQuery) Zero() bool {
tl_update_gen.go#L10757: func (u *UpdateBotWebhookJSONQuery) String() string {
tl_update_gen.go#L10761: type Alias UpdateBotWebhookJSONQuery
tl_update_gen.go#L10766: func (u *UpdateBotWebhookJSONQuery) FillFrom(from interface {
tl_update_gen.go#L10779: func (*UpdateBotWebhookJSONQuery) TypeID() uint32 {
tl_update_gen.go#L10784: func (*UpdateBotWebhookJSONQuery) TypeName() string {
tl_update_gen.go#L10789: func (u *UpdateBotWebhookJSONQuery) TypeInfo() tdp.Type {
tl_update_gen.go#L10816: func (u *UpdateBotWebhookJSONQuery) Encode(b *bin.Buffer) error {
tl_update_gen.go#L10825: func (u *UpdateBotWebhookJSONQuery) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10838: func (u *UpdateBotWebhookJSONQuery) Decode(b *bin.Buffer) error {
tl_update_gen.go#L10849: func (u *UpdateBotWebhookJSONQuery) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10876: func (u *UpdateBotWebhookJSONQuery) GetQueryID() (value int64) {
tl_update_gen.go#L10884: func (u *UpdateBotWebhookJSONQuery) GetData() (value DataJSON) {
tl_update_gen.go#L10892: func (u *UpdateBotWebhookJSONQuery) GetTimeout() (value int) {
tl_update_gen.go#L25308: v := UpdateBotWebhookJSONQuery{}
tl_update_slices_gen.go#L720: value, ok := elem.(*UpdateBotWebhookJSONQuery)
tl_update_slices_gen.go#L5381: type UpdateBotWebhookJSONQueryArray []UpdateBotWebhookJSONQuery
tl_update_slices_gen.go#L5384: func (s UpdateBotWebhookJSONQueryArray) Sort(less func(a, b UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
tl_update_slices_gen.go#L5392: func (s UpdateBotWebhookJSONQueryArray) SortStable(less func(a, b UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
tl_update_slices_gen.go#L5400: func (s UpdateBotWebhookJSONQueryArray) Retain(keep func(x UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
tl_update_slices_gen.go#L5414: func (s UpdateBotWebhookJSONQueryArray) First() (v UpdateBotWebhookJSONQuery, ok bool) {
tl_update_slices_gen.go#L5422: func (s UpdateBotWebhookJSONQueryArray) Last() (v UpdateBotWebhookJSONQuery, ok bool) {
tl_update_slices_gen.go#L5430: func (s *UpdateBotWebhookJSONQueryArray) PopFirst() (v UpdateBotWebhookJSONQuery, ok bool) {
tl_update_slices_gen.go#L5440: var zero UpdateBotWebhookJSONQuery
tl_update_slices_gen.go#L5449: func (s *UpdateBotWebhookJSONQueryArray) Pop() (v UpdateBotWebhookJSONQuery, 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. |