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

27 uses

	github.com/gotd/td/tg (current package)
		tl_business_intro_gen.go#L41: type BusinessIntro struct {
		tl_business_intro_gen.go#L71: 	_ bin.Encoder     = &BusinessIntro{}
		tl_business_intro_gen.go#L72: 	_ bin.Decoder     = &BusinessIntro{}
		tl_business_intro_gen.go#L73: 	_ bin.BareEncoder = &BusinessIntro{}
		tl_business_intro_gen.go#L74: 	_ bin.BareDecoder = &BusinessIntro{}
		tl_business_intro_gen.go#L77: func (b *BusinessIntro) Zero() bool {
		tl_business_intro_gen.go#L98: func (b *BusinessIntro) String() string {
		tl_business_intro_gen.go#L102: 	type Alias BusinessIntro
		tl_business_intro_gen.go#L107: func (b *BusinessIntro) FillFrom(from interface {
		tl_business_intro_gen.go#L123: func (*BusinessIntro) TypeID() uint32 {
		tl_business_intro_gen.go#L128: func (*BusinessIntro) TypeName() string {
		tl_business_intro_gen.go#L133: func (b *BusinessIntro) TypeInfo() tdp.Type {
		tl_business_intro_gen.go#L161: func (b *BusinessIntro) SetFlags() {
		tl_business_intro_gen.go#L168: func (b *BusinessIntro) Encode(buf *bin.Buffer) error {
		tl_business_intro_gen.go#L177: func (b *BusinessIntro) EncodeBare(buf *bin.Buffer) error {
		tl_business_intro_gen.go#L199: func (b *BusinessIntro) Decode(buf *bin.Buffer) error {
		tl_business_intro_gen.go#L210: func (b *BusinessIntro) DecodeBare(buf *bin.Buffer) error {
		tl_business_intro_gen.go#L244: func (b *BusinessIntro) GetTitle() (value string) {
		tl_business_intro_gen.go#L252: func (b *BusinessIntro) GetDescription() (value string) {
		tl_business_intro_gen.go#L260: func (b *BusinessIntro) SetSticker(value DocumentClass) {
		tl_business_intro_gen.go#L267: func (b *BusinessIntro) GetSticker() (value DocumentClass, ok bool) {
		tl_business_intro_gen.go#L279: func (b *BusinessIntro) GetStickerAsNotEmpty() (*Document, bool) {
		tl_registry_gen.go#L6305: 		BusinessIntroTypeID:                                                     func() bin.Object { return &BusinessIntro{} },
		tl_user_full_gen.go#L280: 	BusinessIntro BusinessIntro
		tl_user_full_gen.go#L645: 	GetBusinessIntro() (value BusinessIntro, ok bool)
		tl_user_full_gen.go#L2520: func (u *UserFull) SetBusinessIntro(value BusinessIntro) {
		tl_user_full_gen.go#L2527: func (u *UserFull) GetBusinessIntro() (value BusinessIntro, ok bool) {