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

37 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_connected_bot_gen.go#L57: 	Recipients InputBusinessBotRecipients
		tl_account_update_connected_bot_gen.go#L108: 	GetRecipients() (value InputBusinessBotRecipients)
		tl_account_update_connected_bot_gen.go#L297: func (u *AccountUpdateConnectedBotRequest) GetRecipients() (value InputBusinessBotRecipients) {
		tl_input_business_bot_recipients_gen.go#L41: type InputBusinessBotRecipients struct {
		tl_input_business_bot_recipients_gen.go#L74: 	_ bin.Encoder     = &InputBusinessBotRecipients{}
		tl_input_business_bot_recipients_gen.go#L75: 	_ bin.Decoder     = &InputBusinessBotRecipients{}
		tl_input_business_bot_recipients_gen.go#L76: 	_ bin.BareEncoder = &InputBusinessBotRecipients{}
		tl_input_business_bot_recipients_gen.go#L77: 	_ bin.BareDecoder = &InputBusinessBotRecipients{}
		tl_input_business_bot_recipients_gen.go#L80: func (i *InputBusinessBotRecipients) Zero() bool {
		tl_input_business_bot_recipients_gen.go#L113: func (i *InputBusinessBotRecipients) String() string {
		tl_input_business_bot_recipients_gen.go#L117: 	type Alias InputBusinessBotRecipients
		tl_input_business_bot_recipients_gen.go#L122: func (i *InputBusinessBotRecipients) FillFrom(from interface {
		tl_input_business_bot_recipients_gen.go#L149: func (*InputBusinessBotRecipients) TypeID() uint32 {
		tl_input_business_bot_recipients_gen.go#L154: func (*InputBusinessBotRecipients) TypeName() string {
		tl_input_business_bot_recipients_gen.go#L159: func (i *InputBusinessBotRecipients) TypeInfo() tdp.Type {
		tl_input_business_bot_recipients_gen.go#L209: func (i *InputBusinessBotRecipients) SetFlags() {
		tl_input_business_bot_recipients_gen.go#L234: func (i *InputBusinessBotRecipients) Encode(b *bin.Buffer) error {
		tl_input_business_bot_recipients_gen.go#L243: func (i *InputBusinessBotRecipients) EncodeBare(b *bin.Buffer) error {
		tl_input_business_bot_recipients_gen.go#L277: func (i *InputBusinessBotRecipients) Decode(b *bin.Buffer) error {
		tl_input_business_bot_recipients_gen.go#L288: func (i *InputBusinessBotRecipients) DecodeBare(b *bin.Buffer) error {
		tl_input_business_bot_recipients_gen.go#L340: func (i *InputBusinessBotRecipients) SetExistingChats(value bool) {
		tl_input_business_bot_recipients_gen.go#L351: func (i *InputBusinessBotRecipients) GetExistingChats() (value bool) {
		tl_input_business_bot_recipients_gen.go#L359: func (i *InputBusinessBotRecipients) SetNewChats(value bool) {
		tl_input_business_bot_recipients_gen.go#L370: func (i *InputBusinessBotRecipients) GetNewChats() (value bool) {
		tl_input_business_bot_recipients_gen.go#L378: func (i *InputBusinessBotRecipients) SetContacts(value bool) {
		tl_input_business_bot_recipients_gen.go#L389: func (i *InputBusinessBotRecipients) GetContacts() (value bool) {
		tl_input_business_bot_recipients_gen.go#L397: func (i *InputBusinessBotRecipients) SetNonContacts(value bool) {
		tl_input_business_bot_recipients_gen.go#L408: func (i *InputBusinessBotRecipients) GetNonContacts() (value bool) {
		tl_input_business_bot_recipients_gen.go#L416: func (i *InputBusinessBotRecipients) SetExcludeSelected(value bool) {
		tl_input_business_bot_recipients_gen.go#L427: func (i *InputBusinessBotRecipients) GetExcludeSelected() (value bool) {
		tl_input_business_bot_recipients_gen.go#L435: func (i *InputBusinessBotRecipients) SetUsers(value []InputUserClass) {
		tl_input_business_bot_recipients_gen.go#L442: func (i *InputBusinessBotRecipients) GetUsers() (value []InputUserClass, ok bool) {
		tl_input_business_bot_recipients_gen.go#L453: func (i *InputBusinessBotRecipients) SetExcludeUsers(value []InputUserClass) {
		tl_input_business_bot_recipients_gen.go#L460: func (i *InputBusinessBotRecipients) GetExcludeUsers() (value []InputUserClass, ok bool) {
		tl_input_business_bot_recipients_gen.go#L471: func (i *InputBusinessBotRecipients) MapUsers() (value InputUserClassArray, ok bool) {
		tl_input_business_bot_recipients_gen.go#L479: func (i *InputBusinessBotRecipients) MapExcludeUsers() (value InputUserClassArray, ok bool) {
		tl_registry_gen.go#L6310: 		InputBusinessBotRecipientsTypeID:                                        func() bin.Object { return &InputBusinessBotRecipients{} },