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

57 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_connected_bot_gen.go#L53: 	Rights BusinessBotRights
		tl_account_update_connected_bot_gen.go#L106: 	GetRights() (value BusinessBotRights, ok 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_bot_business_connection_gen.go#L69: 	Rights BusinessBotRights
		tl_bot_business_connection_gen.go#L128: 	GetRights() (value BusinessBotRights, ok bool)
		tl_bot_business_connection_gen.go#L344: func (b *BotBusinessConnection) SetRights(value BusinessBotRights) {
		tl_bot_business_connection_gen.go#L351: func (b *BotBusinessConnection) GetRights() (value BusinessBotRights, ok bool) {
		tl_business_bot_rights_gen.go#L41: type BusinessBotRights struct {
		tl_business_bot_rights_gen.go#L87: 	_ bin.Encoder     = &BusinessBotRights{}
		tl_business_bot_rights_gen.go#L88: 	_ bin.Decoder     = &BusinessBotRights{}
		tl_business_bot_rights_gen.go#L89: 	_ bin.BareEncoder = &BusinessBotRights{}
		tl_business_bot_rights_gen.go#L90: 	_ bin.BareDecoder = &BusinessBotRights{}
		tl_business_bot_rights_gen.go#L93: func (b *BusinessBotRights) Zero() bool {
		tl_business_bot_rights_gen.go#L147: func (b *BusinessBotRights) String() string {
		tl_business_bot_rights_gen.go#L151: 	type Alias BusinessBotRights
		tl_business_bot_rights_gen.go#L156: func (b *BusinessBotRights) FillFrom(from interface {
		tl_business_bot_rights_gen.go#L191: func (*BusinessBotRights) TypeID() uint32 {
		tl_business_bot_rights_gen.go#L196: func (*BusinessBotRights) TypeName() string {
		tl_business_bot_rights_gen.go#L201: func (b *BusinessBotRights) TypeInfo() tdp.Type {
		tl_business_bot_rights_gen.go#L286: func (b *BusinessBotRights) SetFlags() {
		tl_business_bot_rights_gen.go#L332: func (b *BusinessBotRights) Encode(buf *bin.Buffer) error {
		tl_business_bot_rights_gen.go#L341: func (b *BusinessBotRights) EncodeBare(buf *bin.Buffer) error {
		tl_business_bot_rights_gen.go#L353: func (b *BusinessBotRights) Decode(buf *bin.Buffer) error {
		tl_business_bot_rights_gen.go#L364: func (b *BusinessBotRights) DecodeBare(buf *bin.Buffer) error {
		tl_business_bot_rights_gen.go#L391: func (b *BusinessBotRights) SetReply(value bool) {
		tl_business_bot_rights_gen.go#L402: func (b *BusinessBotRights) GetReply() (value bool) {
		tl_business_bot_rights_gen.go#L410: func (b *BusinessBotRights) SetReadMessages(value bool) {
		tl_business_bot_rights_gen.go#L421: func (b *BusinessBotRights) GetReadMessages() (value bool) {
		tl_business_bot_rights_gen.go#L429: func (b *BusinessBotRights) SetDeleteSentMessages(value bool) {
		tl_business_bot_rights_gen.go#L440: func (b *BusinessBotRights) GetDeleteSentMessages() (value bool) {
		tl_business_bot_rights_gen.go#L448: func (b *BusinessBotRights) SetDeleteReceivedMessages(value bool) {
		tl_business_bot_rights_gen.go#L459: func (b *BusinessBotRights) GetDeleteReceivedMessages() (value bool) {
		tl_business_bot_rights_gen.go#L467: func (b *BusinessBotRights) SetEditName(value bool) {
		tl_business_bot_rights_gen.go#L478: func (b *BusinessBotRights) GetEditName() (value bool) {
		tl_business_bot_rights_gen.go#L486: func (b *BusinessBotRights) SetEditBio(value bool) {
		tl_business_bot_rights_gen.go#L497: func (b *BusinessBotRights) GetEditBio() (value bool) {
		tl_business_bot_rights_gen.go#L505: func (b *BusinessBotRights) SetEditProfilePhoto(value bool) {
		tl_business_bot_rights_gen.go#L516: func (b *BusinessBotRights) GetEditProfilePhoto() (value bool) {
		tl_business_bot_rights_gen.go#L524: func (b *BusinessBotRights) SetEditUsername(value bool) {
		tl_business_bot_rights_gen.go#L535: func (b *BusinessBotRights) GetEditUsername() (value bool) {
		tl_business_bot_rights_gen.go#L543: func (b *BusinessBotRights) SetViewGifts(value bool) {
		tl_business_bot_rights_gen.go#L554: func (b *BusinessBotRights) GetViewGifts() (value bool) {
		tl_business_bot_rights_gen.go#L562: func (b *BusinessBotRights) SetSellGifts(value bool) {
		tl_business_bot_rights_gen.go#L573: func (b *BusinessBotRights) GetSellGifts() (value bool) {
		tl_business_bot_rights_gen.go#L581: func (b *BusinessBotRights) SetChangeGiftSettings(value bool) {
		tl_business_bot_rights_gen.go#L592: func (b *BusinessBotRights) GetChangeGiftSettings() (value bool) {
		tl_business_bot_rights_gen.go#L600: func (b *BusinessBotRights) SetTransferAndUpgradeGifts(value bool) {
		tl_business_bot_rights_gen.go#L611: func (b *BusinessBotRights) GetTransferAndUpgradeGifts() (value bool) {
		tl_business_bot_rights_gen.go#L619: func (b *BusinessBotRights) SetTransferStars(value bool) {
		tl_business_bot_rights_gen.go#L630: func (b *BusinessBotRights) GetTransferStars() (value bool) {
		tl_business_bot_rights_gen.go#L638: func (b *BusinessBotRights) SetManageStories(value bool) {
		tl_business_bot_rights_gen.go#L649: func (b *BusinessBotRights) GetManageStories() (value bool) {
		tl_connected_bot_gen.go#L56: 	Rights BusinessBotRights
		tl_connected_bot_gen.go#L124: 	GetRights() (value BusinessBotRights)
		tl_connected_bot_gen.go#L329: func (c *ConnectedBot) GetRights() (value BusinessBotRights) {
		tl_registry_gen.go#L6405: 		BusinessBotRightsTypeID:                                                 func() bin.Object { return &BusinessBotRights{} },