github.com/gotd/td/tg.BusinessBotRights.Encode (method, view implemented interface methods)

4 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_connected_bot_gen.go#L193: 		if err := u.Rights.Encode(b); err != nil {
		tl_bot_business_connection_gen.go#L227: 		if err := b.Rights.Encode(buf); err != nil {
		tl_business_bot_rights_gen.go#L332: func (b *BusinessBotRights) Encode(buf *bin.Buffer) error {
		tl_connected_bot_gen.go#L235: 	if err := c.Rights.Encode(b); err != nil {