type github.com/gotd/td/tg.StoryView
41 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4758: StoryViewTypeID: func() bin.Object { return &StoryView{} },
tl_story_view_gen.go#L41: type StoryView struct {
tl_story_view_gen.go#L72: func (s StoryView) construct() StoryViewClass { return &s }
tl_story_view_gen.go#L76: _ bin.Encoder = &StoryView{}
tl_story_view_gen.go#L77: _ bin.Decoder = &StoryView{}
tl_story_view_gen.go#L78: _ bin.BareEncoder = &StoryView{}
tl_story_view_gen.go#L79: _ bin.BareDecoder = &StoryView{}
tl_story_view_gen.go#L81: _ StoryViewClass = &StoryView{}
tl_story_view_gen.go#L84: func (s *StoryView) Zero() bool {
tl_story_view_gen.go#L111: func (s *StoryView) String() string {
tl_story_view_gen.go#L115: type Alias StoryView
tl_story_view_gen.go#L120: func (s *StoryView) FillFrom(from interface {
tl_story_view_gen.go#L140: func (*StoryView) TypeID() uint32 {
tl_story_view_gen.go#L145: func (*StoryView) TypeName() string {
tl_story_view_gen.go#L150: func (s *StoryView) TypeInfo() tdp.Type {
tl_story_view_gen.go#L188: func (s *StoryView) SetFlags() {
tl_story_view_gen.go#L201: func (s *StoryView) Encode(b *bin.Buffer) error {
tl_story_view_gen.go#L210: func (s *StoryView) EncodeBare(b *bin.Buffer) error {
tl_story_view_gen.go#L232: func (s *StoryView) Decode(b *bin.Buffer) error {
tl_story_view_gen.go#L243: func (s *StoryView) DecodeBare(b *bin.Buffer) error {
tl_story_view_gen.go#L279: func (s *StoryView) SetBlocked(value bool) {
tl_story_view_gen.go#L290: func (s *StoryView) GetBlocked() (value bool) {
tl_story_view_gen.go#L298: func (s *StoryView) SetBlockedMyStoriesFrom(value bool) {
tl_story_view_gen.go#L309: func (s *StoryView) GetBlockedMyStoriesFrom() (value bool) {
tl_story_view_gen.go#L317: func (s *StoryView) GetUserID() (value int64) {
tl_story_view_gen.go#L325: func (s *StoryView) GetDate() (value int) {
tl_story_view_gen.go#L333: func (s *StoryView) SetReaction(value ReactionClass) {
tl_story_view_gen.go#L340: func (s *StoryView) GetReaction() (value ReactionClass, ok bool) {
tl_story_view_gen.go#L896: v := StoryView{}
tl_story_view_slices_gen.go#L122: value, ok := elem.(*StoryView)
tl_story_view_slices_gen.go#L159: type StoryViewArray []StoryView
tl_story_view_slices_gen.go#L162: func (s StoryViewArray) Sort(less func(a, b StoryView) bool) StoryViewArray {
tl_story_view_slices_gen.go#L170: func (s StoryViewArray) SortStable(less func(a, b StoryView) bool) StoryViewArray {
tl_story_view_slices_gen.go#L178: func (s StoryViewArray) Retain(keep func(x StoryView) bool) StoryViewArray {
tl_story_view_slices_gen.go#L192: func (s StoryViewArray) First() (v StoryView, ok bool) {
tl_story_view_slices_gen.go#L200: func (s StoryViewArray) Last() (v StoryView, ok bool) {
tl_story_view_slices_gen.go#L208: func (s *StoryViewArray) PopFirst() (v StoryView, ok bool) {
tl_story_view_slices_gen.go#L218: var zero StoryView
tl_story_view_slices_gen.go#L227: func (s *StoryViewArray) Pop() (v StoryView, ok bool) {
tl_story_view_slices_gen.go#L242: return s.Sort(func(a, b StoryView) bool {
tl_story_view_slices_gen.go#L249: return s.SortStable(func(a, b StoryView) 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. |