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

23 uses

	github.com/gotd/td/tg (current package)
		tl_account_connected_bots_gen.go#L41: type AccountConnectedBots struct {
		tl_account_connected_bots_gen.go#L53: 	_ bin.Encoder     = &AccountConnectedBots{}
		tl_account_connected_bots_gen.go#L54: 	_ bin.Decoder     = &AccountConnectedBots{}
		tl_account_connected_bots_gen.go#L55: 	_ bin.BareEncoder = &AccountConnectedBots{}
		tl_account_connected_bots_gen.go#L56: 	_ bin.BareDecoder = &AccountConnectedBots{}
		tl_account_connected_bots_gen.go#L59: func (c *AccountConnectedBots) Zero() bool {
		tl_account_connected_bots_gen.go#L74: func (c *AccountConnectedBots) String() string {
		tl_account_connected_bots_gen.go#L78: 	type Alias AccountConnectedBots
		tl_account_connected_bots_gen.go#L83: func (c *AccountConnectedBots) FillFrom(from interface {
		tl_account_connected_bots_gen.go#L94: func (*AccountConnectedBots) TypeID() uint32 {
		tl_account_connected_bots_gen.go#L99: func (*AccountConnectedBots) TypeName() string {
		tl_account_connected_bots_gen.go#L104: func (c *AccountConnectedBots) TypeInfo() tdp.Type {
		tl_account_connected_bots_gen.go#L127: func (c *AccountConnectedBots) Encode(b *bin.Buffer) error {
		tl_account_connected_bots_gen.go#L136: func (c *AccountConnectedBots) EncodeBare(b *bin.Buffer) error {
		tl_account_connected_bots_gen.go#L159: func (c *AccountConnectedBots) Decode(b *bin.Buffer) error {
		tl_account_connected_bots_gen.go#L170: func (c *AccountConnectedBots) DecodeBare(b *bin.Buffer) error {
		tl_account_connected_bots_gen.go#L212: func (c *AccountConnectedBots) GetConnectedBots() (value []ConnectedBot) {
		tl_account_connected_bots_gen.go#L220: func (c *AccountConnectedBots) GetUsers() (value []UserClass) {
		tl_account_connected_bots_gen.go#L228: func (c *AccountConnectedBots) MapUsers() (value UserClassArray) {
		tl_account_get_connected_bots_gen.go#L141: func (c *Client) AccountGetConnectedBots(ctx context.Context) (*AccountConnectedBots, error) {
		tl_account_get_connected_bots_gen.go#L142: 	var result AccountConnectedBots
		tl_registry_gen.go#L6300: 		AccountConnectedBotsTypeID:                                              func() bin.Object { return &AccountConnectedBots{} },
		tl_server_gen.go#L2367: func (s *ServerDispatcher) OnAccountGetConnectedBots(f func(ctx context.Context) (*AccountConnectedBots, error)) {