type github.com/gotd/td/tg.StoryViews
38 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4751: StoryViewsTypeID: func() bin.Object { return &StoryViews{} },
tl_stories_story_views_gen.go#L43: Views []StoryViews
tl_stories_story_views_gen.go#L84: GetViews() (value []StoryViews)
tl_stories_story_views_gen.go#L181: s.Views = make([]StoryViews, 0, headerLen%bin.PreallocateLimit)
tl_stories_story_views_gen.go#L184: var value StoryViews
tl_stories_story_views_gen.go#L212: func (s *StoriesStoryViews) GetViews() (value []StoryViews) {
tl_story_item_gen.go#L510: Views StoryViews
tl_story_item_gen.go#L633: GetViews() (value StoryViews, ok bool)
tl_story_item_gen.go#L1368: func (s *StoryItem) SetViews(value StoryViews) {
tl_story_item_gen.go#L1375: func (s *StoryItem) GetViews() (value StoryViews, ok bool) {
tl_story_views_gen.go#L41: type StoryViews struct {
tl_story_views_gen.go#L78: _ bin.Encoder = &StoryViews{}
tl_story_views_gen.go#L79: _ bin.Decoder = &StoryViews{}
tl_story_views_gen.go#L80: _ bin.BareEncoder = &StoryViews{}
tl_story_views_gen.go#L81: _ bin.BareDecoder = &StoryViews{}
tl_story_views_gen.go#L84: func (s *StoryViews) Zero() bool {
tl_story_views_gen.go#L114: func (s *StoryViews) String() string {
tl_story_views_gen.go#L118: type Alias StoryViews
tl_story_views_gen.go#L123: func (s *StoryViews) FillFrom(from interface {
tl_story_views_gen.go#L154: func (*StoryViews) TypeID() uint32 {
tl_story_views_gen.go#L159: func (*StoryViews) TypeName() string {
tl_story_views_gen.go#L164: func (s *StoryViews) TypeInfo() tdp.Type {
tl_story_views_gen.go#L208: func (s *StoryViews) SetFlags() {
tl_story_views_gen.go#L227: func (s *StoryViews) Encode(b *bin.Buffer) error {
tl_story_views_gen.go#L236: func (s *StoryViews) EncodeBare(b *bin.Buffer) error {
tl_story_views_gen.go#L269: func (s *StoryViews) Decode(b *bin.Buffer) error {
tl_story_views_gen.go#L280: func (s *StoryViews) DecodeBare(b *bin.Buffer) error {
tl_story_views_gen.go#L349: func (s *StoryViews) SetHasViewers(value bool) {
tl_story_views_gen.go#L360: func (s *StoryViews) GetHasViewers() (value bool) {
tl_story_views_gen.go#L368: func (s *StoryViews) GetViewsCount() (value int) {
tl_story_views_gen.go#L376: func (s *StoryViews) SetForwardsCount(value int) {
tl_story_views_gen.go#L383: func (s *StoryViews) GetForwardsCount() (value int, ok bool) {
tl_story_views_gen.go#L394: func (s *StoryViews) SetReactions(value []ReactionCount) {
tl_story_views_gen.go#L401: func (s *StoryViews) GetReactions() (value []ReactionCount, ok bool) {
tl_story_views_gen.go#L412: func (s *StoryViews) SetReactionsCount(value int) {
tl_story_views_gen.go#L419: func (s *StoryViews) GetReactionsCount() (value int, ok bool) {
tl_story_views_gen.go#L430: func (s *StoryViews) SetRecentViewers(value []int64) {
tl_story_views_gen.go#L437: func (s *StoryViews) GetRecentViewers() (value []int64, ok bool) {
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. |