type github.com/gotd/td/tg.AccountEditBusinessChatLinkRequest
22 uses
github.com/gotd/td/tg (current package)
tl_account_edit_business_chat_link_gen.go#L41: type AccountEditBusinessChatLinkRequest struct {
tl_account_edit_business_chat_link_gen.go#L56: _ bin.Encoder = &AccountEditBusinessChatLinkRequest{}
tl_account_edit_business_chat_link_gen.go#L57: _ bin.Decoder = &AccountEditBusinessChatLinkRequest{}
tl_account_edit_business_chat_link_gen.go#L58: _ bin.BareEncoder = &AccountEditBusinessChatLinkRequest{}
tl_account_edit_business_chat_link_gen.go#L59: _ bin.BareDecoder = &AccountEditBusinessChatLinkRequest{}
tl_account_edit_business_chat_link_gen.go#L62: func (e *AccountEditBusinessChatLinkRequest) Zero() bool {
tl_account_edit_business_chat_link_gen.go#L77: func (e *AccountEditBusinessChatLinkRequest) String() string {
tl_account_edit_business_chat_link_gen.go#L81: type Alias AccountEditBusinessChatLinkRequest
tl_account_edit_business_chat_link_gen.go#L86: func (e *AccountEditBusinessChatLinkRequest) FillFrom(from interface {
tl_account_edit_business_chat_link_gen.go#L97: func (*AccountEditBusinessChatLinkRequest) TypeID() uint32 {
tl_account_edit_business_chat_link_gen.go#L102: func (*AccountEditBusinessChatLinkRequest) TypeName() string {
tl_account_edit_business_chat_link_gen.go#L107: func (e *AccountEditBusinessChatLinkRequest) TypeInfo() tdp.Type {
tl_account_edit_business_chat_link_gen.go#L130: func (e *AccountEditBusinessChatLinkRequest) Encode(b *bin.Buffer) error {
tl_account_edit_business_chat_link_gen.go#L139: func (e *AccountEditBusinessChatLinkRequest) EncodeBare(b *bin.Buffer) error {
tl_account_edit_business_chat_link_gen.go#L151: func (e *AccountEditBusinessChatLinkRequest) Decode(b *bin.Buffer) error {
tl_account_edit_business_chat_link_gen.go#L162: func (e *AccountEditBusinessChatLinkRequest) DecodeBare(b *bin.Buffer) error {
tl_account_edit_business_chat_link_gen.go#L182: func (e *AccountEditBusinessChatLinkRequest) GetSlug() (value string) {
tl_account_edit_business_chat_link_gen.go#L190: func (e *AccountEditBusinessChatLinkRequest) GetLink() (value InputBusinessChatLink) {
tl_account_edit_business_chat_link_gen.go#L209: func (c *Client) AccountEditBusinessChatLink(ctx context.Context, request *AccountEditBusinessChatLinkRequest) (*BusinessChatLink, error) {
tl_registry_gen.go#L6656: AccountEditBusinessChatLinkRequestTypeID: func() bin.Object { return &AccountEditBusinessChatLinkRequest{} },
tl_server_gen.go#L2502: func (s *ServerDispatcher) OnAccountEditBusinessChatLink(f func(ctx context.Context, request *AccountEditBusinessChatLinkRequest) (*BusinessChatLink, error)) {
tl_server_gen.go#L2504: var request AccountEditBusinessChatLinkRequest
![]() |
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. |