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

35 uses

	github.com/gotd/td/tg (current package)
		tl_business_bot_recipients_gen.go#L42: type BusinessBotRecipients struct {
		tl_business_bot_recipients_gen.go#L76: 	_ bin.Encoder     = &BusinessBotRecipients{}
		tl_business_bot_recipients_gen.go#L77: 	_ bin.Decoder     = &BusinessBotRecipients{}
		tl_business_bot_recipients_gen.go#L78: 	_ bin.BareEncoder = &BusinessBotRecipients{}
		tl_business_bot_recipients_gen.go#L79: 	_ bin.BareDecoder = &BusinessBotRecipients{}
		tl_business_bot_recipients_gen.go#L82: func (b *BusinessBotRecipients) Zero() bool {
		tl_business_bot_recipients_gen.go#L115: func (b *BusinessBotRecipients) String() string {
		tl_business_bot_recipients_gen.go#L119: 	type Alias BusinessBotRecipients
		tl_business_bot_recipients_gen.go#L124: func (b *BusinessBotRecipients) FillFrom(from interface {
		tl_business_bot_recipients_gen.go#L151: func (*BusinessBotRecipients) TypeID() uint32 {
		tl_business_bot_recipients_gen.go#L156: func (*BusinessBotRecipients) TypeName() string {
		tl_business_bot_recipients_gen.go#L161: func (b *BusinessBotRecipients) TypeInfo() tdp.Type {
		tl_business_bot_recipients_gen.go#L211: func (b *BusinessBotRecipients) SetFlags() {
		tl_business_bot_recipients_gen.go#L236: func (b *BusinessBotRecipients) Encode(buf *bin.Buffer) error {
		tl_business_bot_recipients_gen.go#L245: func (b *BusinessBotRecipients) EncodeBare(buf *bin.Buffer) error {
		tl_business_bot_recipients_gen.go#L269: func (b *BusinessBotRecipients) Decode(buf *bin.Buffer) error {
		tl_business_bot_recipients_gen.go#L280: func (b *BusinessBotRecipients) DecodeBare(buf *bin.Buffer) error {
		tl_business_bot_recipients_gen.go#L332: func (b *BusinessBotRecipients) SetExistingChats(value bool) {
		tl_business_bot_recipients_gen.go#L343: func (b *BusinessBotRecipients) GetExistingChats() (value bool) {
		tl_business_bot_recipients_gen.go#L351: func (b *BusinessBotRecipients) SetNewChats(value bool) {
		tl_business_bot_recipients_gen.go#L362: func (b *BusinessBotRecipients) GetNewChats() (value bool) {
		tl_business_bot_recipients_gen.go#L370: func (b *BusinessBotRecipients) SetContacts(value bool) {
		tl_business_bot_recipients_gen.go#L381: func (b *BusinessBotRecipients) GetContacts() (value bool) {
		tl_business_bot_recipients_gen.go#L389: func (b *BusinessBotRecipients) SetNonContacts(value bool) {
		tl_business_bot_recipients_gen.go#L400: func (b *BusinessBotRecipients) GetNonContacts() (value bool) {
		tl_business_bot_recipients_gen.go#L408: func (b *BusinessBotRecipients) SetExcludeSelected(value bool) {
		tl_business_bot_recipients_gen.go#L419: func (b *BusinessBotRecipients) GetExcludeSelected() (value bool) {
		tl_business_bot_recipients_gen.go#L427: func (b *BusinessBotRecipients) SetUsers(value []int64) {
		tl_business_bot_recipients_gen.go#L434: func (b *BusinessBotRecipients) GetUsers() (value []int64, ok bool) {
		tl_business_bot_recipients_gen.go#L445: func (b *BusinessBotRecipients) SetExcludeUsers(value []int64) {
		tl_business_bot_recipients_gen.go#L452: func (b *BusinessBotRecipients) GetExcludeUsers() (value []int64, ok bool) {
		tl_connected_bot_gen.go#L54: 	Recipients BusinessBotRecipients
		tl_connected_bot_gen.go#L123: 	GetRecipients() (value BusinessBotRecipients)
		tl_connected_bot_gen.go#L321: func (c *ConnectedBot) GetRecipients() (value BusinessBotRecipients) {
		tl_registry_gen.go#L6311: 		BusinessBotRecipientsTypeID:                                             func() bin.Object { return &BusinessBotRecipients{} },