type github.com/gotd/td/tg.UpdateBotInlineQuery
41 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L460: type BotInlineQueryHandler func(ctx context.Context, e Entities, update *UpdateBotInlineQuery) error
tl_handlers_gen.go#L465: return handler(ctx, e, update.(*UpdateBotInlineQuery))
tl_registry_gen.go#L3863: UpdateBotInlineQueryTypeID: func() bin.Object { return &UpdateBotInlineQuery{} },
tl_update_gen.go#L7240: type UpdateBotInlineQuery struct {
tl_update_gen.go#L7268: func (u UpdateBotInlineQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L7272: _ bin.Encoder = &UpdateBotInlineQuery{}
tl_update_gen.go#L7273: _ bin.Decoder = &UpdateBotInlineQuery{}
tl_update_gen.go#L7274: _ bin.BareEncoder = &UpdateBotInlineQuery{}
tl_update_gen.go#L7275: _ bin.BareDecoder = &UpdateBotInlineQuery{}
tl_update_gen.go#L7277: _ UpdateClass = &UpdateBotInlineQuery{}
tl_update_gen.go#L7280: func (u *UpdateBotInlineQuery) Zero() bool {
tl_update_gen.go#L7310: func (u *UpdateBotInlineQuery) String() string {
tl_update_gen.go#L7314: type Alias UpdateBotInlineQuery
tl_update_gen.go#L7319: func (u *UpdateBotInlineQuery) FillFrom(from interface {
tl_update_gen.go#L7344: func (*UpdateBotInlineQuery) TypeID() uint32 {
tl_update_gen.go#L7349: func (*UpdateBotInlineQuery) TypeName() string {
tl_update_gen.go#L7354: func (u *UpdateBotInlineQuery) TypeInfo() tdp.Type {
tl_update_gen.go#L7395: func (u *UpdateBotInlineQuery) SetFlags() {
tl_update_gen.go#L7405: func (u *UpdateBotInlineQuery) Encode(b *bin.Buffer) error {
tl_update_gen.go#L7414: func (u *UpdateBotInlineQuery) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L7446: func (u *UpdateBotInlineQuery) Decode(b *bin.Buffer) error {
tl_update_gen.go#L7457: func (u *UpdateBotInlineQuery) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L7512: func (u *UpdateBotInlineQuery) GetQueryID() (value int64) {
tl_update_gen.go#L7520: func (u *UpdateBotInlineQuery) GetUserID() (value int64) {
tl_update_gen.go#L7528: func (u *UpdateBotInlineQuery) GetQuery() (value string) {
tl_update_gen.go#L7536: func (u *UpdateBotInlineQuery) SetGeo(value GeoPointClass) {
tl_update_gen.go#L7543: func (u *UpdateBotInlineQuery) GetGeo() (value GeoPointClass, ok bool) {
tl_update_gen.go#L7554: func (u *UpdateBotInlineQuery) SetPeerType(value InlineQueryPeerTypeClass) {
tl_update_gen.go#L7561: func (u *UpdateBotInlineQuery) GetPeerType() (value InlineQueryPeerTypeClass, ok bool) {
tl_update_gen.go#L7572: func (u *UpdateBotInlineQuery) GetOffset() (value string) {
tl_update_gen.go#L25196: v := UpdateBotInlineQuery{}
tl_update_slices_gen.go#L564: value, ok := elem.(*UpdateBotInlineQuery)
tl_update_slices_gen.go#L4397: type UpdateBotInlineQueryArray []UpdateBotInlineQuery
tl_update_slices_gen.go#L4400: func (s UpdateBotInlineQueryArray) Sort(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
tl_update_slices_gen.go#L4408: func (s UpdateBotInlineQueryArray) SortStable(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
tl_update_slices_gen.go#L4416: func (s UpdateBotInlineQueryArray) Retain(keep func(x UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
tl_update_slices_gen.go#L4430: func (s UpdateBotInlineQueryArray) First() (v UpdateBotInlineQuery, ok bool) {
tl_update_slices_gen.go#L4438: func (s UpdateBotInlineQueryArray) Last() (v UpdateBotInlineQuery, ok bool) {
tl_update_slices_gen.go#L4446: func (s *UpdateBotInlineQueryArray) PopFirst() (v UpdateBotInlineQuery, ok bool) {
tl_update_slices_gen.go#L4456: var zero UpdateBotInlineQuery
tl_update_slices_gen.go#L4465: func (s *UpdateBotInlineQueryArray) Pop() (v UpdateBotInlineQuery, 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. |