github.com/gotd/td/tg.AccountResolvedBusinessChatLinks.Entities (field)

12 uses

	github.com/gotd/td/tg (current package)
		tl_account_resolved_business_chat_links_gen.go#L57: 	Entities []MessageEntityClass
		tl_account_resolved_business_chat_links_gen.go#L88: 	if !(r.Entities == nil) {
		tl_account_resolved_business_chat_links_gen.go#L121: 		r.Entities = val
		tl_account_resolved_business_chat_links_gen.go#L178: 	if !(r.Entities == nil) {
		tl_account_resolved_business_chat_links_gen.go#L209: 		b.PutVectorHeader(len(r.Entities))
		tl_account_resolved_business_chat_links_gen.go#L210: 		for idx, v := range r.Entities {
		tl_account_resolved_business_chat_links_gen.go#L282: 			r.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_resolved_business_chat_links_gen.go#L289: 			r.Entities = append(r.Entities, value)
		tl_account_resolved_business_chat_links_gen.go#L348: 	r.Entities = value
		tl_account_resolved_business_chat_links_gen.go#L360: 	return r.Entities, true
		tl_account_resolved_business_chat_links_gen.go#L384: 	return MessageEntityClassArray(r.Entities), true