type github.com/gotd/td/tg.UpdateBotCallbackQuery
42 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L490: type BotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateBotCallbackQuery) error
tl_handlers_gen.go#L495: return handler(ctx, e, update.(*UpdateBotCallbackQuery))
tl_registry_gen.go#L3866: UpdateBotCallbackQueryTypeID: func() bin.Object { return &UpdateBotCallbackQuery{} },
tl_update_gen.go#L8110: type UpdateBotCallbackQuery struct {
tl_update_gen.go#L8141: func (u UpdateBotCallbackQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L8145: _ bin.Encoder = &UpdateBotCallbackQuery{}
tl_update_gen.go#L8146: _ bin.Decoder = &UpdateBotCallbackQuery{}
tl_update_gen.go#L8147: _ bin.BareEncoder = &UpdateBotCallbackQuery{}
tl_update_gen.go#L8148: _ bin.BareDecoder = &UpdateBotCallbackQuery{}
tl_update_gen.go#L8150: _ UpdateClass = &UpdateBotCallbackQuery{}
tl_update_gen.go#L8153: func (u *UpdateBotCallbackQuery) Zero() bool {
tl_update_gen.go#L8186: func (u *UpdateBotCallbackQuery) String() string {
tl_update_gen.go#L8190: type Alias UpdateBotCallbackQuery
tl_update_gen.go#L8195: func (u *UpdateBotCallbackQuery) FillFrom(from interface {
tl_update_gen.go#L8222: func (*UpdateBotCallbackQuery) TypeID() uint32 {
tl_update_gen.go#L8227: func (*UpdateBotCallbackQuery) TypeName() string {
tl_update_gen.go#L8232: func (u *UpdateBotCallbackQuery) TypeInfo() tdp.Type {
tl_update_gen.go#L8277: func (u *UpdateBotCallbackQuery) SetFlags() {
tl_update_gen.go#L8287: func (u *UpdateBotCallbackQuery) Encode(b *bin.Buffer) error {
tl_update_gen.go#L8296: func (u *UpdateBotCallbackQuery) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L8324: func (u *UpdateBotCallbackQuery) Decode(b *bin.Buffer) error {
tl_update_gen.go#L8335: func (u *UpdateBotCallbackQuery) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L8397: func (u *UpdateBotCallbackQuery) GetQueryID() (value int64) {
tl_update_gen.go#L8405: func (u *UpdateBotCallbackQuery) GetUserID() (value int64) {
tl_update_gen.go#L8413: func (u *UpdateBotCallbackQuery) GetPeer() (value PeerClass) {
tl_update_gen.go#L8421: func (u *UpdateBotCallbackQuery) GetMsgID() (value int) {
tl_update_gen.go#L8429: func (u *UpdateBotCallbackQuery) GetChatInstance() (value int64) {
tl_update_gen.go#L8437: func (u *UpdateBotCallbackQuery) SetData(value []byte) {
tl_update_gen.go#L8444: func (u *UpdateBotCallbackQuery) GetData() (value []byte, ok bool) {
tl_update_gen.go#L8455: func (u *UpdateBotCallbackQuery) SetGameShortName(value string) {
tl_update_gen.go#L8462: func (u *UpdateBotCallbackQuery) GetGameShortName() (value string, ok bool) {
tl_update_gen.go#L25217: v := UpdateBotCallbackQuery{}
tl_update_slices_gen.go#L603: value, ok := elem.(*UpdateBotCallbackQuery)
tl_update_slices_gen.go#L4643: type UpdateBotCallbackQueryArray []UpdateBotCallbackQuery
tl_update_slices_gen.go#L4646: func (s UpdateBotCallbackQueryArray) Sort(less func(a, b UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
tl_update_slices_gen.go#L4654: func (s UpdateBotCallbackQueryArray) SortStable(less func(a, b UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
tl_update_slices_gen.go#L4662: func (s UpdateBotCallbackQueryArray) Retain(keep func(x UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
tl_update_slices_gen.go#L4676: func (s UpdateBotCallbackQueryArray) First() (v UpdateBotCallbackQuery, ok bool) {
tl_update_slices_gen.go#L4684: func (s UpdateBotCallbackQueryArray) Last() (v UpdateBotCallbackQuery, ok bool) {
tl_update_slices_gen.go#L4692: func (s *UpdateBotCallbackQueryArray) PopFirst() (v UpdateBotCallbackQuery, ok bool) {
tl_update_slices_gen.go#L4702: var zero UpdateBotCallbackQuery
tl_update_slices_gen.go#L4711: func (s *UpdateBotCallbackQueryArray) Pop() (v UpdateBotCallbackQuery, 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. |