type github.com/gotd/td/tg.BusinessChatLink
37 uses
github.com/gotd/td/tg (current package)
tl_account_business_chat_links_gen.go#L43: Links []BusinessChatLink
tl_account_business_chat_links_gen.go#L89: GetLinks() (value []BusinessChatLink)
tl_account_business_chat_links_gen.go#L201: b.Links = make([]BusinessChatLink, 0, headerLen%bin.PreallocateLimit)
tl_account_business_chat_links_gen.go#L204: var value BusinessChatLink
tl_account_business_chat_links_gen.go#L249: func (b *AccountBusinessChatLinks) GetLinks() (value []BusinessChatLink) {
tl_account_create_business_chat_link_gen.go#L180: func (c *Client) AccountCreateBusinessChatLink(ctx context.Context, link InputBusinessChatLink) (*BusinessChatLink, error) {
tl_account_create_business_chat_link_gen.go#L181: var result BusinessChatLink
tl_account_edit_business_chat_link_gen.go#L209: func (c *Client) AccountEditBusinessChatLink(ctx context.Context, request *AccountEditBusinessChatLinkRequest) (*BusinessChatLink, error) {
tl_account_edit_business_chat_link_gen.go#L210: var result BusinessChatLink
tl_business_chat_link_gen.go#L41: type BusinessChatLink struct {
tl_business_chat_link_gen.go#L75: _ bin.Encoder = &BusinessChatLink{}
tl_business_chat_link_gen.go#L76: _ bin.Decoder = &BusinessChatLink{}
tl_business_chat_link_gen.go#L77: _ bin.BareEncoder = &BusinessChatLink{}
tl_business_chat_link_gen.go#L78: _ bin.BareDecoder = &BusinessChatLink{}
tl_business_chat_link_gen.go#L81: func (b *BusinessChatLink) Zero() bool {
tl_business_chat_link_gen.go#L108: func (b *BusinessChatLink) String() string {
tl_business_chat_link_gen.go#L112: type Alias BusinessChatLink
tl_business_chat_link_gen.go#L117: func (b *BusinessChatLink) FillFrom(from interface {
tl_business_chat_link_gen.go#L140: func (*BusinessChatLink) TypeID() uint32 {
tl_business_chat_link_gen.go#L145: func (*BusinessChatLink) TypeName() string {
tl_business_chat_link_gen.go#L150: func (b *BusinessChatLink) TypeInfo() tdp.Type {
tl_business_chat_link_gen.go#L187: func (b *BusinessChatLink) SetFlags() {
tl_business_chat_link_gen.go#L197: func (b *BusinessChatLink) Encode(buf *bin.Buffer) error {
tl_business_chat_link_gen.go#L206: func (b *BusinessChatLink) EncodeBare(buf *bin.Buffer) error {
tl_business_chat_link_gen.go#L235: func (b *BusinessChatLink) Decode(buf *bin.Buffer) error {
tl_business_chat_link_gen.go#L246: func (b *BusinessChatLink) DecodeBare(buf *bin.Buffer) error {
tl_business_chat_link_gen.go#L304: func (b *BusinessChatLink) GetLink() (value string) {
tl_business_chat_link_gen.go#L312: func (b *BusinessChatLink) GetMessage() (value string) {
tl_business_chat_link_gen.go#L320: func (b *BusinessChatLink) SetEntities(value []MessageEntityClass) {
tl_business_chat_link_gen.go#L327: func (b *BusinessChatLink) GetEntities() (value []MessageEntityClass, ok bool) {
tl_business_chat_link_gen.go#L338: func (b *BusinessChatLink) SetTitle(value string) {
tl_business_chat_link_gen.go#L345: func (b *BusinessChatLink) GetTitle() (value string, ok bool) {
tl_business_chat_link_gen.go#L356: func (b *BusinessChatLink) GetViews() (value int) {
tl_business_chat_link_gen.go#L364: func (b *BusinessChatLink) MapEntities() (value MessageEntityClassArray, ok bool) {
tl_registry_gen.go#L6317: BusinessChatLinkTypeID: func() bin.Object { return &BusinessChatLink{} },
tl_server_gen.go#L2485: func (s *ServerDispatcher) OnAccountCreateBusinessChatLink(f func(ctx context.Context, link InputBusinessChatLink) (*BusinessChatLink, error)) {
tl_server_gen.go#L2502: func (s *ServerDispatcher) OnAccountEditBusinessChatLink(f func(ctx context.Context, request *AccountEditBusinessChatLinkRequest) (*BusinessChatLink, error)) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |