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

22 uses

	github.com/gotd/td/tg (current package)
		tl_bots_get_popular_app_bots_gen.go#L42: type BotsGetPopularAppBotsRequest struct {
		tl_bots_get_popular_app_bots_gen.go#L61: 	_ bin.Encoder     = &BotsGetPopularAppBotsRequest{}
		tl_bots_get_popular_app_bots_gen.go#L62: 	_ bin.Decoder     = &BotsGetPopularAppBotsRequest{}
		tl_bots_get_popular_app_bots_gen.go#L63: 	_ bin.BareEncoder = &BotsGetPopularAppBotsRequest{}
		tl_bots_get_popular_app_bots_gen.go#L64: 	_ bin.BareDecoder = &BotsGetPopularAppBotsRequest{}
		tl_bots_get_popular_app_bots_gen.go#L67: func (g *BotsGetPopularAppBotsRequest) Zero() bool {
		tl_bots_get_popular_app_bots_gen.go#L82: func (g *BotsGetPopularAppBotsRequest) String() string {
		tl_bots_get_popular_app_bots_gen.go#L86: 	type Alias BotsGetPopularAppBotsRequest
		tl_bots_get_popular_app_bots_gen.go#L91: func (g *BotsGetPopularAppBotsRequest) FillFrom(from interface {
		tl_bots_get_popular_app_bots_gen.go#L102: func (*BotsGetPopularAppBotsRequest) TypeID() uint32 {
		tl_bots_get_popular_app_bots_gen.go#L107: func (*BotsGetPopularAppBotsRequest) TypeName() string {
		tl_bots_get_popular_app_bots_gen.go#L112: func (g *BotsGetPopularAppBotsRequest) TypeInfo() tdp.Type {
		tl_bots_get_popular_app_bots_gen.go#L135: func (g *BotsGetPopularAppBotsRequest) Encode(b *bin.Buffer) error {
		tl_bots_get_popular_app_bots_gen.go#L144: func (g *BotsGetPopularAppBotsRequest) EncodeBare(b *bin.Buffer) error {
		tl_bots_get_popular_app_bots_gen.go#L154: func (g *BotsGetPopularAppBotsRequest) Decode(b *bin.Buffer) error {
		tl_bots_get_popular_app_bots_gen.go#L165: func (g *BotsGetPopularAppBotsRequest) DecodeBare(b *bin.Buffer) error {
		tl_bots_get_popular_app_bots_gen.go#L187: func (g *BotsGetPopularAppBotsRequest) GetOffset() (value string) {
		tl_bots_get_popular_app_bots_gen.go#L195: func (g *BotsGetPopularAppBotsRequest) GetLimit() (value int) {
		tl_bots_get_popular_app_bots_gen.go#L210: func (c *Client) BotsGetPopularAppBots(ctx context.Context, request *BotsGetPopularAppBotsRequest) (*BotsPopularAppBots, error) {
		tl_registry_gen.go#L7086: 		BotsGetPopularAppBotsRequestTypeID:                                      func() bin.Object { return &BotsGetPopularAppBotsRequest{} },
		tl_server_gen.go#L10256: func (s *ServerDispatcher) OnBotsGetPopularAppBots(f func(ctx context.Context, request *BotsGetPopularAppBotsRequest) (*BotsPopularAppBots, error)) {
		tl_server_gen.go#L10258: 		var request BotsGetPopularAppBotsRequest