type github.com/gotd/td/tg.UpdateBotInlineQuery

41 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L464: type BotInlineQueryHandler func(ctx context.Context, e Entities, update *UpdateBotInlineQuery) error
		tl_handlers_gen.go#L469: 		return handler(ctx, e, update.(*UpdateBotInlineQuery))
		tl_registry_gen.go#L5274: 		UpdateBotInlineQueryTypeID:                               func() bin.Object { return &UpdateBotInlineQuery{} },
		tl_update_gen.go#L7412: type UpdateBotInlineQuery struct {
		tl_update_gen.go#L7440: func (u UpdateBotInlineQuery) construct() UpdateClass { return &u }
		tl_update_gen.go#L7444: 	_ bin.Encoder     = &UpdateBotInlineQuery{}
		tl_update_gen.go#L7445: 	_ bin.Decoder     = &UpdateBotInlineQuery{}
		tl_update_gen.go#L7446: 	_ bin.BareEncoder = &UpdateBotInlineQuery{}
		tl_update_gen.go#L7447: 	_ bin.BareDecoder = &UpdateBotInlineQuery{}
		tl_update_gen.go#L7449: 	_ UpdateClass = &UpdateBotInlineQuery{}
		tl_update_gen.go#L7452: func (u *UpdateBotInlineQuery) Zero() bool {
		tl_update_gen.go#L7482: func (u *UpdateBotInlineQuery) String() string {
		tl_update_gen.go#L7486: 	type Alias UpdateBotInlineQuery
		tl_update_gen.go#L7491: func (u *UpdateBotInlineQuery) FillFrom(from interface {
		tl_update_gen.go#L7516: func (*UpdateBotInlineQuery) TypeID() uint32 {
		tl_update_gen.go#L7521: func (*UpdateBotInlineQuery) TypeName() string {
		tl_update_gen.go#L7526: func (u *UpdateBotInlineQuery) TypeInfo() tdp.Type {
		tl_update_gen.go#L7567: func (u *UpdateBotInlineQuery) SetFlags() {
		tl_update_gen.go#L7577: func (u *UpdateBotInlineQuery) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L7586: func (u *UpdateBotInlineQuery) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L7618: func (u *UpdateBotInlineQuery) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L7629: func (u *UpdateBotInlineQuery) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L7684: func (u *UpdateBotInlineQuery) GetQueryID() (value int64) {
		tl_update_gen.go#L7692: func (u *UpdateBotInlineQuery) GetUserID() (value int64) {
		tl_update_gen.go#L7700: func (u *UpdateBotInlineQuery) GetQuery() (value string) {
		tl_update_gen.go#L7708: func (u *UpdateBotInlineQuery) SetGeo(value GeoPointClass) {
		tl_update_gen.go#L7715: func (u *UpdateBotInlineQuery) GetGeo() (value GeoPointClass, ok bool) {
		tl_update_gen.go#L7726: func (u *UpdateBotInlineQuery) SetPeerType(value InlineQueryPeerTypeClass) {
		tl_update_gen.go#L7733: func (u *UpdateBotInlineQuery) GetPeerType() (value InlineQueryPeerTypeClass, ok bool) {
		tl_update_gen.go#L7744: func (u *UpdateBotInlineQuery) GetOffset() (value string) {
		tl_update_gen.go#L34445: 		v := UpdateBotInlineQuery{}
		tl_update_slices_gen.go#L564: 		value, ok := elem.(*UpdateBotInlineQuery)
		tl_update_slices_gen.go#L4904: type UpdateBotInlineQueryArray []UpdateBotInlineQuery
		tl_update_slices_gen.go#L4907: func (s UpdateBotInlineQueryArray) Sort(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
		tl_update_slices_gen.go#L4915: func (s UpdateBotInlineQueryArray) SortStable(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
		tl_update_slices_gen.go#L4923: func (s UpdateBotInlineQueryArray) Retain(keep func(x UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
		tl_update_slices_gen.go#L4937: func (s UpdateBotInlineQueryArray) First() (v UpdateBotInlineQuery, ok bool) {
		tl_update_slices_gen.go#L4945: func (s UpdateBotInlineQueryArray) Last() (v UpdateBotInlineQuery, ok bool) {
		tl_update_slices_gen.go#L4953: func (s *UpdateBotInlineQueryArray) PopFirst() (v UpdateBotInlineQuery, ok bool) {
		tl_update_slices_gen.go#L4963: 	var zero UpdateBotInlineQuery
		tl_update_slices_gen.go#L4972: func (s *UpdateBotInlineQueryArray) Pop() (v UpdateBotInlineQuery, ok bool) {