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

30 uses

	github.com/gotd/td/tg (current package)
		tl_account_resolve_business_chat_link_gen.go#L182: func (c *Client) AccountResolveBusinessChatLink(ctx context.Context, slug string) (*AccountResolvedBusinessChatLinks, error) {
		tl_account_resolve_business_chat_link_gen.go#L183: 	var result AccountResolvedBusinessChatLinks
		tl_account_resolved_business_chat_links_gen.go#L41: type AccountResolvedBusinessChatLinks struct {
		tl_account_resolved_business_chat_links_gen.go#L69: 	_ bin.Encoder     = &AccountResolvedBusinessChatLinks{}
		tl_account_resolved_business_chat_links_gen.go#L70: 	_ bin.Decoder     = &AccountResolvedBusinessChatLinks{}
		tl_account_resolved_business_chat_links_gen.go#L71: 	_ bin.BareEncoder = &AccountResolvedBusinessChatLinks{}
		tl_account_resolved_business_chat_links_gen.go#L72: 	_ bin.BareDecoder = &AccountResolvedBusinessChatLinks{}
		tl_account_resolved_business_chat_links_gen.go#L75: func (r *AccountResolvedBusinessChatLinks) Zero() bool {
		tl_account_resolved_business_chat_links_gen.go#L102: func (r *AccountResolvedBusinessChatLinks) String() string {
		tl_account_resolved_business_chat_links_gen.go#L106: 	type Alias AccountResolvedBusinessChatLinks
		tl_account_resolved_business_chat_links_gen.go#L111: func (r *AccountResolvedBusinessChatLinks) FillFrom(from interface {
		tl_account_resolved_business_chat_links_gen.go#L131: func (*AccountResolvedBusinessChatLinks) TypeID() uint32 {
		tl_account_resolved_business_chat_links_gen.go#L136: func (*AccountResolvedBusinessChatLinks) TypeName() string {
		tl_account_resolved_business_chat_links_gen.go#L141: func (r *AccountResolvedBusinessChatLinks) TypeInfo() tdp.Type {
		tl_account_resolved_business_chat_links_gen.go#L177: func (r *AccountResolvedBusinessChatLinks) SetFlags() {
		tl_account_resolved_business_chat_links_gen.go#L184: func (r *AccountResolvedBusinessChatLinks) Encode(b *bin.Buffer) error {
		tl_account_resolved_business_chat_links_gen.go#L193: func (r *AccountResolvedBusinessChatLinks) EncodeBare(b *bin.Buffer) error {
		tl_account_resolved_business_chat_links_gen.go#L241: func (r *AccountResolvedBusinessChatLinks) Decode(b *bin.Buffer) error {
		tl_account_resolved_business_chat_links_gen.go#L252: func (r *AccountResolvedBusinessChatLinks) DecodeBare(b *bin.Buffer) error {
		tl_account_resolved_business_chat_links_gen.go#L330: func (r *AccountResolvedBusinessChatLinks) GetPeer() (value PeerClass) {
		tl_account_resolved_business_chat_links_gen.go#L338: func (r *AccountResolvedBusinessChatLinks) GetMessage() (value string) {
		tl_account_resolved_business_chat_links_gen.go#L346: func (r *AccountResolvedBusinessChatLinks) SetEntities(value []MessageEntityClass) {
		tl_account_resolved_business_chat_links_gen.go#L353: func (r *AccountResolvedBusinessChatLinks) GetEntities() (value []MessageEntityClass, ok bool) {
		tl_account_resolved_business_chat_links_gen.go#L364: func (r *AccountResolvedBusinessChatLinks) GetChats() (value []ChatClass) {
		tl_account_resolved_business_chat_links_gen.go#L372: func (r *AccountResolvedBusinessChatLinks) GetUsers() (value []UserClass) {
		tl_account_resolved_business_chat_links_gen.go#L380: func (r *AccountResolvedBusinessChatLinks) MapEntities() (value MessageEntityClassArray, ok bool) {
		tl_account_resolved_business_chat_links_gen.go#L388: func (r *AccountResolvedBusinessChatLinks) MapChats() (value ChatClassArray) {
		tl_account_resolved_business_chat_links_gen.go#L393: func (r *AccountResolvedBusinessChatLinks) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L6319: 		AccountResolvedBusinessChatLinksTypeID:                                  func() bin.Object { return &AccountResolvedBusinessChatLinks{} },
		tl_server_gen.go#L2557: func (s *ServerDispatcher) OnAccountResolveBusinessChatLink(f func(ctx context.Context, slug string) (*AccountResolvedBusinessChatLinks, error)) {