type github.com/gotd/td/tg.ExportedStoryLink
21 uses
github.com/gotd/td/tg (current package)
tl_exported_story_link_gen.go#L41: type ExportedStoryLink struct {
tl_exported_story_link_gen.go#L54: _ bin.Encoder = &ExportedStoryLink{}
tl_exported_story_link_gen.go#L55: _ bin.Decoder = &ExportedStoryLink{}
tl_exported_story_link_gen.go#L56: _ bin.BareEncoder = &ExportedStoryLink{}
tl_exported_story_link_gen.go#L57: _ bin.BareDecoder = &ExportedStoryLink{}
tl_exported_story_link_gen.go#L60: func (e *ExportedStoryLink) Zero() bool {
tl_exported_story_link_gen.go#L72: func (e *ExportedStoryLink) String() string {
tl_exported_story_link_gen.go#L76: type Alias ExportedStoryLink
tl_exported_story_link_gen.go#L81: func (e *ExportedStoryLink) FillFrom(from interface {
tl_exported_story_link_gen.go#L90: func (*ExportedStoryLink) TypeID() uint32 {
tl_exported_story_link_gen.go#L95: func (*ExportedStoryLink) TypeName() string {
tl_exported_story_link_gen.go#L100: func (e *ExportedStoryLink) TypeInfo() tdp.Type {
tl_exported_story_link_gen.go#L119: func (e *ExportedStoryLink) Encode(b *bin.Buffer) error {
tl_exported_story_link_gen.go#L128: func (e *ExportedStoryLink) EncodeBare(b *bin.Buffer) error {
tl_exported_story_link_gen.go#L137: func (e *ExportedStoryLink) Decode(b *bin.Buffer) error {
tl_exported_story_link_gen.go#L148: func (e *ExportedStoryLink) DecodeBare(b *bin.Buffer) error {
tl_exported_story_link_gen.go#L163: func (e *ExportedStoryLink) GetLink() (value string) {
tl_registry_gen.go#L4765: ExportedStoryLinkTypeID: func() bin.Object { return &ExportedStoryLink{} },
tl_server_gen.go#L9849: func (s *ServerDispatcher) OnStoriesExportStoryLink(f func(ctx context.Context, request *StoriesExportStoryLinkRequest) (*ExportedStoryLink, error)) {
tl_stories_export_story_link_gen.go#L211: func (c *Client) StoriesExportStoryLink(ctx context.Context, request *StoriesExportStoryLinkRequest) (*ExportedStoryLink, error) {
tl_stories_export_story_link_gen.go#L212: var result ExportedStoryLink
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |