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

25 uses

	github.com/gotd/td/tg (current package)
		tl_bots_get_popular_app_bots_gen.go#L210: func (c *Client) BotsGetPopularAppBots(ctx context.Context, request *BotsGetPopularAppBotsRequest) (*BotsPopularAppBots, error) {
		tl_bots_get_popular_app_bots_gen.go#L211: 	var result BotsPopularAppBots
		tl_bots_popular_app_bots_gen.go#L42: type BotsPopularAppBots struct {
		tl_bots_popular_app_bots_gen.go#L67: 	_ bin.Encoder     = &BotsPopularAppBots{}
		tl_bots_popular_app_bots_gen.go#L68: 	_ bin.Decoder     = &BotsPopularAppBots{}
		tl_bots_popular_app_bots_gen.go#L69: 	_ bin.BareEncoder = &BotsPopularAppBots{}
		tl_bots_popular_app_bots_gen.go#L70: 	_ bin.BareDecoder = &BotsPopularAppBots{}
		tl_bots_popular_app_bots_gen.go#L73: func (p *BotsPopularAppBots) Zero() bool {
		tl_bots_popular_app_bots_gen.go#L91: func (p *BotsPopularAppBots) String() string {
		tl_bots_popular_app_bots_gen.go#L95: 	type Alias BotsPopularAppBots
		tl_bots_popular_app_bots_gen.go#L100: func (p *BotsPopularAppBots) FillFrom(from interface {
		tl_bots_popular_app_bots_gen.go#L114: func (*BotsPopularAppBots) TypeID() uint32 {
		tl_bots_popular_app_bots_gen.go#L119: func (*BotsPopularAppBots) TypeName() string {
		tl_bots_popular_app_bots_gen.go#L124: func (p *BotsPopularAppBots) TypeInfo() tdp.Type {
		tl_bots_popular_app_bots_gen.go#L148: func (p *BotsPopularAppBots) SetFlags() {
		tl_bots_popular_app_bots_gen.go#L155: func (p *BotsPopularAppBots) Encode(b *bin.Buffer) error {
		tl_bots_popular_app_bots_gen.go#L164: func (p *BotsPopularAppBots) EncodeBare(b *bin.Buffer) error {
		tl_bots_popular_app_bots_gen.go#L188: func (p *BotsPopularAppBots) Decode(b *bin.Buffer) error {
		tl_bots_popular_app_bots_gen.go#L199: func (p *BotsPopularAppBots) DecodeBare(b *bin.Buffer) error {
		tl_bots_popular_app_bots_gen.go#L236: func (p *BotsPopularAppBots) SetNextOffset(value string) {
		tl_bots_popular_app_bots_gen.go#L243: func (p *BotsPopularAppBots) GetNextOffset() (value string, ok bool) {
		tl_bots_popular_app_bots_gen.go#L254: func (p *BotsPopularAppBots) GetUsers() (value []UserClass) {
		tl_bots_popular_app_bots_gen.go#L262: func (p *BotsPopularAppBots) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L6354: 		BotsPopularAppBotsTypeID:                                                func() bin.Object { return &BotsPopularAppBots{} },
		tl_server_gen.go#L10256: func (s *ServerDispatcher) OnBotsGetPopularAppBots(f func(ctx context.Context, request *BotsGetPopularAppBotsRequest) (*BotsPopularAppBots, error)) {