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

27 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_connected_bot_gen.go#L42: type AccountUpdateConnectedBotRequest struct {
		tl_account_update_connected_bot_gen.go#L65: 	_ bin.Encoder     = &AccountUpdateConnectedBotRequest{}
		tl_account_update_connected_bot_gen.go#L66: 	_ bin.Decoder     = &AccountUpdateConnectedBotRequest{}
		tl_account_update_connected_bot_gen.go#L67: 	_ bin.BareEncoder = &AccountUpdateConnectedBotRequest{}
		tl_account_update_connected_bot_gen.go#L68: 	_ bin.BareDecoder = &AccountUpdateConnectedBotRequest{}
		tl_account_update_connected_bot_gen.go#L71: func (u *AccountUpdateConnectedBotRequest) Zero() bool {
		tl_account_update_connected_bot_gen.go#L95: func (u *AccountUpdateConnectedBotRequest) String() string {
		tl_account_update_connected_bot_gen.go#L99: 	type Alias AccountUpdateConnectedBotRequest
		tl_account_update_connected_bot_gen.go#L104: func (u *AccountUpdateConnectedBotRequest) FillFrom(from interface {
		tl_account_update_connected_bot_gen.go#L122: func (*AccountUpdateConnectedBotRequest) TypeID() uint32 {
		tl_account_update_connected_bot_gen.go#L127: func (*AccountUpdateConnectedBotRequest) TypeName() string {
		tl_account_update_connected_bot_gen.go#L132: func (u *AccountUpdateConnectedBotRequest) TypeInfo() tdp.Type {
		tl_account_update_connected_bot_gen.go#L165: func (u *AccountUpdateConnectedBotRequest) SetFlags() {
		tl_account_update_connected_bot_gen.go#L175: func (u *AccountUpdateConnectedBotRequest) Encode(b *bin.Buffer) error {
		tl_account_update_connected_bot_gen.go#L184: func (u *AccountUpdateConnectedBotRequest) EncodeBare(b *bin.Buffer) error {
		tl_account_update_connected_bot_gen.go#L210: func (u *AccountUpdateConnectedBotRequest) Decode(b *bin.Buffer) error {
		tl_account_update_connected_bot_gen.go#L221: func (u *AccountUpdateConnectedBotRequest) DecodeBare(b *bin.Buffer) error {
		tl_account_update_connected_bot_gen.go#L252: func (u *AccountUpdateConnectedBotRequest) SetDeleted(value bool) {
		tl_account_update_connected_bot_gen.go#L263: func (u *AccountUpdateConnectedBotRequest) GetDeleted() (value bool) {
		tl_account_update_connected_bot_gen.go#L271: func (u *AccountUpdateConnectedBotRequest) SetRights(value BusinessBotRights) {
		tl_account_update_connected_bot_gen.go#L278: func (u *AccountUpdateConnectedBotRequest) GetRights() (value BusinessBotRights, ok bool) {
		tl_account_update_connected_bot_gen.go#L289: func (u *AccountUpdateConnectedBotRequest) GetBot() (value InputUserClass) {
		tl_account_update_connected_bot_gen.go#L297: func (u *AccountUpdateConnectedBotRequest) GetRecipients() (value InputBusinessBotRecipients) {
		tl_account_update_connected_bot_gen.go#L318: func (c *Client) AccountUpdateConnectedBot(ctx context.Context, request *AccountUpdateConnectedBotRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L6648: 		AccountUpdateConnectedBotRequestTypeID:                                  func() bin.Object { return &AccountUpdateConnectedBotRequest{} },
		tl_server_gen.go#L2350: func (s *ServerDispatcher) OnAccountUpdateConnectedBot(f func(ctx context.Context, request *AccountUpdateConnectedBotRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L2352: 		var request AccountUpdateConnectedBotRequest