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

25 uses

	github.com/gotd/td/tg (current package)
		tl_account_business_chat_links_gen.go#L41: type AccountBusinessChatLinks struct {
		tl_account_business_chat_links_gen.go#L55: 	_ bin.Encoder     = &AccountBusinessChatLinks{}
		tl_account_business_chat_links_gen.go#L56: 	_ bin.Decoder     = &AccountBusinessChatLinks{}
		tl_account_business_chat_links_gen.go#L57: 	_ bin.BareEncoder = &AccountBusinessChatLinks{}
		tl_account_business_chat_links_gen.go#L58: 	_ bin.BareDecoder = &AccountBusinessChatLinks{}
		tl_account_business_chat_links_gen.go#L61: func (b *AccountBusinessChatLinks) Zero() bool {
		tl_account_business_chat_links_gen.go#L79: func (b *AccountBusinessChatLinks) String() string {
		tl_account_business_chat_links_gen.go#L83: 	type Alias AccountBusinessChatLinks
		tl_account_business_chat_links_gen.go#L88: func (b *AccountBusinessChatLinks) FillFrom(from interface {
		tl_account_business_chat_links_gen.go#L101: func (*AccountBusinessChatLinks) TypeID() uint32 {
		tl_account_business_chat_links_gen.go#L106: func (*AccountBusinessChatLinks) TypeName() string {
		tl_account_business_chat_links_gen.go#L111: func (b *AccountBusinessChatLinks) TypeInfo() tdp.Type {
		tl_account_business_chat_links_gen.go#L138: func (b *AccountBusinessChatLinks) Encode(buf *bin.Buffer) error {
		tl_account_business_chat_links_gen.go#L147: func (b *AccountBusinessChatLinks) EncodeBare(buf *bin.Buffer) error {
		tl_account_business_chat_links_gen.go#L179: func (b *AccountBusinessChatLinks) Decode(buf *bin.Buffer) error {
		tl_account_business_chat_links_gen.go#L190: func (b *AccountBusinessChatLinks) DecodeBare(buf *bin.Buffer) error {
		tl_account_business_chat_links_gen.go#L249: func (b *AccountBusinessChatLinks) GetLinks() (value []BusinessChatLink) {
		tl_account_business_chat_links_gen.go#L257: func (b *AccountBusinessChatLinks) GetChats() (value []ChatClass) {
		tl_account_business_chat_links_gen.go#L265: func (b *AccountBusinessChatLinks) GetUsers() (value []UserClass) {
		tl_account_business_chat_links_gen.go#L273: func (b *AccountBusinessChatLinks) MapChats() (value ChatClassArray) {
		tl_account_business_chat_links_gen.go#L278: func (b *AccountBusinessChatLinks) MapUsers() (value UserClassArray) {
		tl_account_get_business_chat_links_gen.go#L141: func (c *Client) AccountGetBusinessChatLinks(ctx context.Context) (*AccountBusinessChatLinks, error) {
		tl_account_get_business_chat_links_gen.go#L142: 	var result AccountBusinessChatLinks
		tl_registry_gen.go#L6318: 		AccountBusinessChatLinksTypeID:                                          func() bin.Object { return &AccountBusinessChatLinks{} },
		tl_server_gen.go#L2540: func (s *ServerDispatcher) OnAccountGetBusinessChatLinks(f func(ctx context.Context) (*AccountBusinessChatLinks, error)) {