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

40 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L470: type BotInlineSendHandler func(ctx context.Context, e Entities, update *UpdateBotInlineSend) error
		tl_handlers_gen.go#L475: 		return handler(ctx, e, update.(*UpdateBotInlineSend))
		tl_registry_gen.go#L3864: 		UpdateBotInlineSendTypeID:                                func() bin.Object { return &UpdateBotInlineSend{} },
		tl_update_gen.go#L7588: type UpdateBotInlineSend struct {
		tl_update_gen.go#L7616: func (u UpdateBotInlineSend) construct() UpdateClass { return &u }
		tl_update_gen.go#L7620: 	_ bin.Encoder     = &UpdateBotInlineSend{}
		tl_update_gen.go#L7621: 	_ bin.Decoder     = &UpdateBotInlineSend{}
		tl_update_gen.go#L7622: 	_ bin.BareEncoder = &UpdateBotInlineSend{}
		tl_update_gen.go#L7623: 	_ bin.BareDecoder = &UpdateBotInlineSend{}
		tl_update_gen.go#L7625: 	_ UpdateClass = &UpdateBotInlineSend{}
		tl_update_gen.go#L7628: func (u *UpdateBotInlineSend) Zero() bool {
		tl_update_gen.go#L7655: func (u *UpdateBotInlineSend) String() string {
		tl_update_gen.go#L7659: 	type Alias UpdateBotInlineSend
		tl_update_gen.go#L7664: func (u *UpdateBotInlineSend) FillFrom(from interface {
		tl_update_gen.go#L7687: func (*UpdateBotInlineSend) TypeID() uint32 {
		tl_update_gen.go#L7692: func (*UpdateBotInlineSend) TypeName() string {
		tl_update_gen.go#L7697: func (u *UpdateBotInlineSend) TypeInfo() tdp.Type {
		tl_update_gen.go#L7734: func (u *UpdateBotInlineSend) SetFlags() {
		tl_update_gen.go#L7744: func (u *UpdateBotInlineSend) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L7753: func (u *UpdateBotInlineSend) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L7784: func (u *UpdateBotInlineSend) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L7795: func (u *UpdateBotInlineSend) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L7843: func (u *UpdateBotInlineSend) GetUserID() (value int64) {
		tl_update_gen.go#L7851: func (u *UpdateBotInlineSend) GetQuery() (value string) {
		tl_update_gen.go#L7859: func (u *UpdateBotInlineSend) SetGeo(value GeoPointClass) {
		tl_update_gen.go#L7866: func (u *UpdateBotInlineSend) GetGeo() (value GeoPointClass, ok bool) {
		tl_update_gen.go#L7877: func (u *UpdateBotInlineSend) GetID() (value string) {
		tl_update_gen.go#L7885: func (u *UpdateBotInlineSend) SetMsgID(value InputBotInlineMessageIDClass) {
		tl_update_gen.go#L7892: func (u *UpdateBotInlineSend) GetMsgID() (value InputBotInlineMessageIDClass, ok bool) {
		tl_update_gen.go#L25203: 		v := UpdateBotInlineSend{}
		tl_update_slices_gen.go#L577: 		value, ok := elem.(*UpdateBotInlineSend)
		tl_update_slices_gen.go#L4479: type UpdateBotInlineSendArray []UpdateBotInlineSend
		tl_update_slices_gen.go#L4482: func (s UpdateBotInlineSendArray) Sort(less func(a, b UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
		tl_update_slices_gen.go#L4490: func (s UpdateBotInlineSendArray) SortStable(less func(a, b UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
		tl_update_slices_gen.go#L4498: func (s UpdateBotInlineSendArray) Retain(keep func(x UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
		tl_update_slices_gen.go#L4512: func (s UpdateBotInlineSendArray) First() (v UpdateBotInlineSend, ok bool) {
		tl_update_slices_gen.go#L4520: func (s UpdateBotInlineSendArray) Last() (v UpdateBotInlineSend, ok bool) {
		tl_update_slices_gen.go#L4528: func (s *UpdateBotInlineSendArray) PopFirst() (v UpdateBotInlineSend, ok bool) {
		tl_update_slices_gen.go#L4538: 	var zero UpdateBotInlineSend
		tl_update_slices_gen.go#L4547: func (s *UpdateBotInlineSendArray) Pop() (v UpdateBotInlineSend, ok bool) {