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

37 uses

	github.com/gotd/td/tg (current package)
		tl_input_business_away_message_gen.go#L60: 	Recipients InputBusinessRecipients
		tl_input_business_away_message_gen.go#L111: 	GetRecipients() (value InputBusinessRecipients)
		tl_input_business_away_message_gen.go#L281: func (i *InputBusinessAwayMessage) GetRecipients() (value InputBusinessRecipients) {
		tl_input_business_greeting_message_gen.go#L50: 	Recipients InputBusinessRecipients
		tl_input_business_greeting_message_gen.go#L96: 	GetRecipients() (value InputBusinessRecipients)
		tl_input_business_greeting_message_gen.go#L212: func (i *InputBusinessGreetingMessage) GetRecipients() (value InputBusinessRecipients) {
		tl_input_business_recipients_gen.go#L47: type InputBusinessRecipients struct {
		tl_input_business_recipients_gen.go#L74: 	_ bin.Encoder     = &InputBusinessRecipients{}
		tl_input_business_recipients_gen.go#L75: 	_ bin.Decoder     = &InputBusinessRecipients{}
		tl_input_business_recipients_gen.go#L76: 	_ bin.BareEncoder = &InputBusinessRecipients{}
		tl_input_business_recipients_gen.go#L77: 	_ bin.BareDecoder = &InputBusinessRecipients{}
		tl_input_business_recipients_gen.go#L80: func (i *InputBusinessRecipients) Zero() bool {
		tl_input_business_recipients_gen.go#L110: func (i *InputBusinessRecipients) String() string {
		tl_input_business_recipients_gen.go#L114: 	type Alias InputBusinessRecipients
		tl_input_business_recipients_gen.go#L119: func (i *InputBusinessRecipients) FillFrom(from interface {
		tl_input_business_recipients_gen.go#L141: func (*InputBusinessRecipients) TypeID() uint32 {
		tl_input_business_recipients_gen.go#L146: func (*InputBusinessRecipients) TypeName() string {
		tl_input_business_recipients_gen.go#L151: func (i *InputBusinessRecipients) TypeInfo() tdp.Type {
		tl_input_business_recipients_gen.go#L196: func (i *InputBusinessRecipients) SetFlags() {
		tl_input_business_recipients_gen.go#L218: func (i *InputBusinessRecipients) Encode(b *bin.Buffer) error {
		tl_input_business_recipients_gen.go#L227: func (i *InputBusinessRecipients) EncodeBare(b *bin.Buffer) error {
		tl_input_business_recipients_gen.go#L250: func (i *InputBusinessRecipients) Decode(b *bin.Buffer) error {
		tl_input_business_recipients_gen.go#L261: func (i *InputBusinessRecipients) DecodeBare(b *bin.Buffer) error {
		tl_input_business_recipients_gen.go#L296: func (i *InputBusinessRecipients) SetExistingChats(value bool) {
		tl_input_business_recipients_gen.go#L307: func (i *InputBusinessRecipients) GetExistingChats() (value bool) {
		tl_input_business_recipients_gen.go#L315: func (i *InputBusinessRecipients) SetNewChats(value bool) {
		tl_input_business_recipients_gen.go#L326: func (i *InputBusinessRecipients) GetNewChats() (value bool) {
		tl_input_business_recipients_gen.go#L334: func (i *InputBusinessRecipients) SetContacts(value bool) {
		tl_input_business_recipients_gen.go#L345: func (i *InputBusinessRecipients) GetContacts() (value bool) {
		tl_input_business_recipients_gen.go#L353: func (i *InputBusinessRecipients) SetNonContacts(value bool) {
		tl_input_business_recipients_gen.go#L364: func (i *InputBusinessRecipients) GetNonContacts() (value bool) {
		tl_input_business_recipients_gen.go#L372: func (i *InputBusinessRecipients) SetExcludeSelected(value bool) {
		tl_input_business_recipients_gen.go#L383: func (i *InputBusinessRecipients) GetExcludeSelected() (value bool) {
		tl_input_business_recipients_gen.go#L391: func (i *InputBusinessRecipients) SetUsers(value []InputUserClass) {
		tl_input_business_recipients_gen.go#L398: func (i *InputBusinessRecipients) GetUsers() (value []InputUserClass, ok bool) {
		tl_input_business_recipients_gen.go#L409: func (i *InputBusinessRecipients) MapUsers() (value InputUserClassArray, ok bool) {
		tl_registry_gen.go#L6282: 		InputBusinessRecipientsTypeID:                                           func() bin.Object { return &InputBusinessRecipients{} },