type github.com/gotd/td/tg.UpdateBotWebhookJSONQuery
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L624: type BotWebhookJSONQueryHandler func(ctx context.Context, e Entities, update *UpdateBotWebhookJSONQuery) error
tl_handlers_gen.go#L629: return handler(ctx, e, update.(*UpdateBotWebhookJSONQuery))
tl_registry_gen.go#L5290: UpdateBotWebhookJSONQueryTypeID: func() bin.Object { return &UpdateBotWebhookJSONQuery{} },
tl_update_gen.go#L10943: type UpdateBotWebhookJSONQuery struct {
tl_update_gen.go#L10956: func (u UpdateBotWebhookJSONQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L10960: _ bin.Encoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10961: _ bin.Decoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10962: _ bin.BareEncoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10963: _ bin.BareDecoder = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10965: _ UpdateClass = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10968: func (u *UpdateBotWebhookJSONQuery) Zero() bool {
tl_update_gen.go#L10986: func (u *UpdateBotWebhookJSONQuery) String() string {
tl_update_gen.go#L10990: type Alias UpdateBotWebhookJSONQuery
tl_update_gen.go#L10995: func (u *UpdateBotWebhookJSONQuery) FillFrom(from interface {
tl_update_gen.go#L11008: func (*UpdateBotWebhookJSONQuery) TypeID() uint32 {
tl_update_gen.go#L11013: func (*UpdateBotWebhookJSONQuery) TypeName() string {
tl_update_gen.go#L11018: func (u *UpdateBotWebhookJSONQuery) TypeInfo() tdp.Type {
tl_update_gen.go#L11045: func (u *UpdateBotWebhookJSONQuery) Encode(b *bin.Buffer) error {
tl_update_gen.go#L11054: func (u *UpdateBotWebhookJSONQuery) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L11067: func (u *UpdateBotWebhookJSONQuery) Decode(b *bin.Buffer) error {
tl_update_gen.go#L11078: func (u *UpdateBotWebhookJSONQuery) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L11105: func (u *UpdateBotWebhookJSONQuery) GetQueryID() (value int64) {
tl_update_gen.go#L11113: func (u *UpdateBotWebhookJSONQuery) GetData() (value DataJSON) {
tl_update_gen.go#L11121: func (u *UpdateBotWebhookJSONQuery) GetTimeout() (value int) {
tl_update_gen.go#L34557: v := UpdateBotWebhookJSONQuery{}
tl_update_slices_gen.go#L720: value, ok := elem.(*UpdateBotWebhookJSONQuery)
tl_update_slices_gen.go#L5888: type UpdateBotWebhookJSONQueryArray []UpdateBotWebhookJSONQuery
tl_update_slices_gen.go#L5891: func (s UpdateBotWebhookJSONQueryArray) Sort(less func(a, b UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
tl_update_slices_gen.go#L5899: func (s UpdateBotWebhookJSONQueryArray) SortStable(less func(a, b UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
tl_update_slices_gen.go#L5907: func (s UpdateBotWebhookJSONQueryArray) Retain(keep func(x UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
tl_update_slices_gen.go#L5921: func (s UpdateBotWebhookJSONQueryArray) First() (v UpdateBotWebhookJSONQuery, ok bool) {
tl_update_slices_gen.go#L5929: func (s UpdateBotWebhookJSONQueryArray) Last() (v UpdateBotWebhookJSONQuery, ok bool) {
tl_update_slices_gen.go#L5937: func (s *UpdateBotWebhookJSONQueryArray) PopFirst() (v UpdateBotWebhookJSONQuery, ok bool) {
tl_update_slices_gen.go#L5947: var zero UpdateBotWebhookJSONQuery
tl_update_slices_gen.go#L5956: func (s *UpdateBotWebhookJSONQueryArray) Pop() (v UpdateBotWebhookJSONQuery, ok bool) {
 |
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. |