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

36 uses

	github.com/gotd/td/tg (current package)
		tl_business_away_message_gen.go#L60: 	Recipients BusinessRecipients
		tl_business_away_message_gen.go#L111: 	GetRecipients() (value BusinessRecipients)
		tl_business_away_message_gen.go#L281: func (b *BusinessAwayMessage) GetRecipients() (value BusinessRecipients) {
		tl_business_greeting_message_gen.go#L50: 	Recipients BusinessRecipients
		tl_business_greeting_message_gen.go#L96: 	GetRecipients() (value BusinessRecipients)
		tl_business_greeting_message_gen.go#L212: func (b *BusinessGreetingMessage) GetRecipients() (value BusinessRecipients) {
		tl_business_recipients_gen.go#L47: type BusinessRecipients struct {
		tl_business_recipients_gen.go#L74: 	_ bin.Encoder     = &BusinessRecipients{}
		tl_business_recipients_gen.go#L75: 	_ bin.Decoder     = &BusinessRecipients{}
		tl_business_recipients_gen.go#L76: 	_ bin.BareEncoder = &BusinessRecipients{}
		tl_business_recipients_gen.go#L77: 	_ bin.BareDecoder = &BusinessRecipients{}
		tl_business_recipients_gen.go#L80: func (b *BusinessRecipients) Zero() bool {
		tl_business_recipients_gen.go#L110: func (b *BusinessRecipients) String() string {
		tl_business_recipients_gen.go#L114: 	type Alias BusinessRecipients
		tl_business_recipients_gen.go#L119: func (b *BusinessRecipients) FillFrom(from interface {
		tl_business_recipients_gen.go#L141: func (*BusinessRecipients) TypeID() uint32 {
		tl_business_recipients_gen.go#L146: func (*BusinessRecipients) TypeName() string {
		tl_business_recipients_gen.go#L151: func (b *BusinessRecipients) TypeInfo() tdp.Type {
		tl_business_recipients_gen.go#L196: func (b *BusinessRecipients) SetFlags() {
		tl_business_recipients_gen.go#L218: func (b *BusinessRecipients) Encode(buf *bin.Buffer) error {
		tl_business_recipients_gen.go#L227: func (b *BusinessRecipients) EncodeBare(buf *bin.Buffer) error {
		tl_business_recipients_gen.go#L245: func (b *BusinessRecipients) Decode(buf *bin.Buffer) error {
		tl_business_recipients_gen.go#L256: func (b *BusinessRecipients) DecodeBare(buf *bin.Buffer) error {
		tl_business_recipients_gen.go#L291: func (b *BusinessRecipients) SetExistingChats(value bool) {
		tl_business_recipients_gen.go#L302: func (b *BusinessRecipients) GetExistingChats() (value bool) {
		tl_business_recipients_gen.go#L310: func (b *BusinessRecipients) SetNewChats(value bool) {
		tl_business_recipients_gen.go#L321: func (b *BusinessRecipients) GetNewChats() (value bool) {
		tl_business_recipients_gen.go#L329: func (b *BusinessRecipients) SetContacts(value bool) {
		tl_business_recipients_gen.go#L340: func (b *BusinessRecipients) GetContacts() (value bool) {
		tl_business_recipients_gen.go#L348: func (b *BusinessRecipients) SetNonContacts(value bool) {
		tl_business_recipients_gen.go#L359: func (b *BusinessRecipients) GetNonContacts() (value bool) {
		tl_business_recipients_gen.go#L367: func (b *BusinessRecipients) SetExcludeSelected(value bool) {
		tl_business_recipients_gen.go#L378: func (b *BusinessRecipients) GetExcludeSelected() (value bool) {
		tl_business_recipients_gen.go#L386: func (b *BusinessRecipients) SetUsers(value []int64) {
		tl_business_recipients_gen.go#L393: func (b *BusinessRecipients) GetUsers() (value []int64, ok bool) {
		tl_registry_gen.go#L6283: 		BusinessRecipientsTypeID:                                                func() bin.Object { return &BusinessRecipients{} },