type github.com/gotd/td/tg.StoryItemClass
49 uses
github.com/gotd/td/tg (current package)
tl_message_media_gen.go#L3116: Story StoryItemClass
tl_message_media_gen.go#L3172: GetStory() (value StoryItemClass, ok bool)
tl_message_media_gen.go#L3356: func (m *MessageMediaStory) SetStory(value StoryItemClass) {
tl_message_media_gen.go#L3363: func (m *MessageMediaStory) GetStory() (value StoryItemClass, ok bool) {
tl_peer_stories_gen.go#L54: Stories []StoryItemClass
tl_peer_stories_gen.go#L101: GetStories() (value []StoryItemClass)
tl_peer_stories_gen.go#L239: p.Stories = make([]StoryItemClass, 0, headerLen%bin.PreallocateLimit)
tl_peer_stories_gen.go#L279: func (p *PeerStories) GetStories() (value []StoryItemClass) {
tl_public_forward_gen.go#L188: Story StoryItemClass
tl_public_forward_gen.go#L233: GetStory() (value StoryItemClass)
tl_public_forward_gen.go#L345: func (p *PublicForwardStory) GetStory() (value StoryItemClass) {
tl_stories_stories_gen.go#L45: Stories []StoryItemClass
tl_stories_stories_gen.go#L95: GetStories() (value []StoryItemClass)
tl_stories_stories_gen.go#L223: s.Stories = make([]StoryItemClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_stories_gen.go#L279: func (s *StoriesStories) GetStories() (value []StoryItemClass) {
tl_story_item_gen.go#L47: func (s StoryItemDeleted) construct() StoryItemClass { return &s }
tl_story_item_gen.go#L56: _ StoryItemClass = &StoryItemDeleted{}
tl_story_item_gen.go#L202: func (s StoryItemSkipped) construct() StoryItemClass { return &s }
tl_story_item_gen.go#L211: _ StoryItemClass = &StoryItemSkipped{}
tl_story_item_gen.go#L521: func (s StoryItem) construct() StoryItemClass { return &s }
tl_story_item_gen.go#L530: _ StoryItemClass = &StoryItem{}
tl_story_item_gen.go#L1446: type StoryItemClass interface {
tl_story_item_gen.go#L1451: construct() StoryItemClass
tl_story_item_gen.go#L1469: func DecodeStoryItem(buf *bin.Buffer) (StoryItemClass, error) {
tl_story_item_gen.go#L1503: StoryItem StoryItemClass
tl_story_item_slices_gen.go#L38: type StoryItemClassArray []StoryItemClass
tl_story_item_slices_gen.go#L41: func (s StoryItemClassArray) Sort(less func(a, b StoryItemClass) bool) StoryItemClassArray {
tl_story_item_slices_gen.go#L49: func (s StoryItemClassArray) SortStable(less func(a, b StoryItemClass) bool) StoryItemClassArray {
tl_story_item_slices_gen.go#L57: func (s StoryItemClassArray) Retain(keep func(x StoryItemClass) bool) StoryItemClassArray {
tl_story_item_slices_gen.go#L71: func (s StoryItemClassArray) First() (v StoryItemClass, ok bool) {
tl_story_item_slices_gen.go#L79: func (s StoryItemClassArray) Last() (v StoryItemClass, ok bool) {
tl_story_item_slices_gen.go#L87: func (s *StoryItemClassArray) PopFirst() (v StoryItemClass, ok bool) {
tl_story_item_slices_gen.go#L97: var zero StoryItemClass
tl_story_item_slices_gen.go#L106: func (s *StoryItemClassArray) Pop() (v StoryItemClass, ok bool) {
tl_story_item_slices_gen.go#L121: return s.Sort(func(a, b StoryItemClass) bool {
tl_story_item_slices_gen.go#L128: return s.SortStable(func(a, b StoryItemClass) bool {
tl_story_reaction_gen.go#L378: Story StoryItemClass
tl_story_reaction_gen.go#L423: GetStory() (value StoryItemClass)
tl_story_reaction_gen.go#L535: func (s *StoryReactionPublicRepost) GetStory() (value StoryItemClass) {
tl_story_view_gen.go#L590: Story StoryItemClass
tl_story_view_gen.go#L646: GetStory() (value StoryItemClass)
tl_story_view_gen.go#L829: func (s *StoryViewPublicRepost) GetStory() (value StoryItemClass) {
tl_update_gen.go#L22691: Story StoryItemClass
tl_update_gen.go#L22736: GetStory() (value StoryItemClass)
tl_update_gen.go#L22848: func (u *UpdateStory) GetStory() (value StoryItemClass) {
tl_web_page_attribute_gen.go#L309: Story StoryItemClass
tl_web_page_attribute_gen.go#L361: GetStory() (value StoryItemClass, ok bool)
tl_web_page_attribute_gen.go#L516: func (w *WebPageAttributeStory) SetStory(value StoryItemClass) {
tl_web_page_attribute_gen.go#L523: func (w *WebPageAttributeStory) GetStory() (value StoryItemClass, 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. |