type github.com/gotd/td/tg.UpdateBotWebhookJSON
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L610: type BotWebhookJSONHandler func(ctx context.Context, e Entities, update *UpdateBotWebhookJSON) error
tl_handlers_gen.go#L615: return handler(ctx, e, update.(*UpdateBotWebhookJSON))
tl_registry_gen.go#L3878: UpdateBotWebhookJSONTypeID: func() bin.Object { return &UpdateBotWebhookJSON{} },
tl_update_gen.go#L10579: type UpdateBotWebhookJSON struct {
tl_update_gen.go#L10588: func (u UpdateBotWebhookJSON) construct() UpdateClass { return &u }
tl_update_gen.go#L10592: _ bin.Encoder = &UpdateBotWebhookJSON{}
tl_update_gen.go#L10593: _ bin.Decoder = &UpdateBotWebhookJSON{}
tl_update_gen.go#L10594: _ bin.BareEncoder = &UpdateBotWebhookJSON{}
tl_update_gen.go#L10595: _ bin.BareDecoder = &UpdateBotWebhookJSON{}
tl_update_gen.go#L10597: _ UpdateClass = &UpdateBotWebhookJSON{}
tl_update_gen.go#L10600: func (u *UpdateBotWebhookJSON) Zero() bool {
tl_update_gen.go#L10612: func (u *UpdateBotWebhookJSON) String() string {
tl_update_gen.go#L10616: type Alias UpdateBotWebhookJSON
tl_update_gen.go#L10621: func (u *UpdateBotWebhookJSON) FillFrom(from interface {
tl_update_gen.go#L10630: func (*UpdateBotWebhookJSON) TypeID() uint32 {
tl_update_gen.go#L10635: func (*UpdateBotWebhookJSON) TypeName() string {
tl_update_gen.go#L10640: func (u *UpdateBotWebhookJSON) TypeInfo() tdp.Type {
tl_update_gen.go#L10659: func (u *UpdateBotWebhookJSON) Encode(b *bin.Buffer) error {
tl_update_gen.go#L10668: func (u *UpdateBotWebhookJSON) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10679: func (u *UpdateBotWebhookJSON) Decode(b *bin.Buffer) error {
tl_update_gen.go#L10690: func (u *UpdateBotWebhookJSON) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10703: func (u *UpdateBotWebhookJSON) GetData() (value DataJSON) {
tl_update_gen.go#L25301: v := UpdateBotWebhookJSON{}
tl_update_slices_gen.go#L707: value, ok := elem.(*UpdateBotWebhookJSON)
tl_update_slices_gen.go#L5299: type UpdateBotWebhookJSONArray []UpdateBotWebhookJSON
tl_update_slices_gen.go#L5302: func (s UpdateBotWebhookJSONArray) Sort(less func(a, b UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
tl_update_slices_gen.go#L5310: func (s UpdateBotWebhookJSONArray) SortStable(less func(a, b UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
tl_update_slices_gen.go#L5318: func (s UpdateBotWebhookJSONArray) Retain(keep func(x UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
tl_update_slices_gen.go#L5332: func (s UpdateBotWebhookJSONArray) First() (v UpdateBotWebhookJSON, ok bool) {
tl_update_slices_gen.go#L5340: func (s UpdateBotWebhookJSONArray) Last() (v UpdateBotWebhookJSON, ok bool) {
tl_update_slices_gen.go#L5348: func (s *UpdateBotWebhookJSONArray) PopFirst() (v UpdateBotWebhookJSON, ok bool) {
tl_update_slices_gen.go#L5358: var zero UpdateBotWebhookJSON
tl_update_slices_gen.go#L5367: func (s *UpdateBotWebhookJSONArray) Pop() (v UpdateBotWebhookJSON, 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. |