type github.com/gotd/td/tg.StoriesGetStoriesViewsRequest
22 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L5351: StoriesGetStoriesViewsRequestTypeID: func() bin.Object { return &StoriesGetStoriesViewsRequest{} },
tl_server_gen.go#L9832: func (s *ServerDispatcher) OnStoriesGetStoriesViews(f func(ctx context.Context, request *StoriesGetStoriesViewsRequest) (*StoriesStoryViews, error)) {
tl_server_gen.go#L9834: var request StoriesGetStoriesViewsRequest
tl_stories_get_stories_views_gen.go#L42: type StoriesGetStoriesViewsRequest struct {
tl_stories_get_stories_views_gen.go#L54: _ bin.Encoder = &StoriesGetStoriesViewsRequest{}
tl_stories_get_stories_views_gen.go#L55: _ bin.Decoder = &StoriesGetStoriesViewsRequest{}
tl_stories_get_stories_views_gen.go#L56: _ bin.BareEncoder = &StoriesGetStoriesViewsRequest{}
tl_stories_get_stories_views_gen.go#L57: _ bin.BareDecoder = &StoriesGetStoriesViewsRequest{}
tl_stories_get_stories_views_gen.go#L60: func (g *StoriesGetStoriesViewsRequest) Zero() bool {
tl_stories_get_stories_views_gen.go#L75: func (g *StoriesGetStoriesViewsRequest) String() string {
tl_stories_get_stories_views_gen.go#L79: type Alias StoriesGetStoriesViewsRequest
tl_stories_get_stories_views_gen.go#L84: func (g *StoriesGetStoriesViewsRequest) FillFrom(from interface {
tl_stories_get_stories_views_gen.go#L95: func (*StoriesGetStoriesViewsRequest) TypeID() uint32 {
tl_stories_get_stories_views_gen.go#L100: func (*StoriesGetStoriesViewsRequest) TypeName() string {
tl_stories_get_stories_views_gen.go#L105: func (g *StoriesGetStoriesViewsRequest) TypeInfo() tdp.Type {
tl_stories_get_stories_views_gen.go#L128: func (g *StoriesGetStoriesViewsRequest) Encode(b *bin.Buffer) error {
tl_stories_get_stories_views_gen.go#L137: func (g *StoriesGetStoriesViewsRequest) EncodeBare(b *bin.Buffer) error {
tl_stories_get_stories_views_gen.go#L155: func (g *StoriesGetStoriesViewsRequest) Decode(b *bin.Buffer) error {
tl_stories_get_stories_views_gen.go#L166: func (g *StoriesGetStoriesViewsRequest) DecodeBare(b *bin.Buffer) error {
tl_stories_get_stories_views_gen.go#L198: func (g *StoriesGetStoriesViewsRequest) GetPeer() (value InputPeerClass) {
tl_stories_get_stories_views_gen.go#L206: func (g *StoriesGetStoriesViewsRequest) GetID() (value []int) {
tl_stories_get_stories_views_gen.go#L228: func (c *Client) StoriesGetStoriesViews(ctx context.Context, request *StoriesGetStoriesViewsRequest) (*StoriesStoryViews, error) {
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. |