type github.com/gotd/td/tg.StoryItemClass
52 uses
github.com/gotd/td/tg (current package)
tl_found_story_gen.go#L45: Story StoryItemClass
tl_found_story_gen.go#L85: GetStory() (value StoryItemClass)
tl_found_story_gen.go#L197: func (f *FoundStory) GetStory() (value StoryItemClass) {
tl_message_media_gen.go#L3573: Story StoryItemClass
tl_message_media_gen.go#L3629: GetStory() (value StoryItemClass, ok bool)
tl_message_media_gen.go#L3813: func (m *MessageMediaStory) SetStory(value StoryItemClass) {
tl_message_media_gen.go#L3820: 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#L50: Stories []StoryItemClass
tl_stories_stories_gen.go#L110: GetStories() (value []StoryItemClass)
tl_stories_stories_gen.go#L270: s.Stories = make([]StoryItemClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_stories_gen.go#L343: 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#L204: func (s StoryItemSkipped) construct() StoryItemClass { return &s }
tl_story_item_gen.go#L213: _ StoryItemClass = &StoryItemSkipped{}
tl_story_item_gen.go#L571: func (s StoryItem) construct() StoryItemClass { return &s }
tl_story_item_gen.go#L580: _ StoryItemClass = &StoryItem{}
tl_story_item_gen.go#L1656: type StoryItemClass interface {
tl_story_item_gen.go#L1661: construct() StoryItemClass
tl_story_item_gen.go#L1679: func DecodeStoryItem(buf *bin.Buffer) (StoryItemClass, error) {
tl_story_item_gen.go#L1713: 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#L381: Story StoryItemClass
tl_story_reaction_gen.go#L426: GetStory() (value StoryItemClass)
tl_story_reaction_gen.go#L538: func (s *StoryReactionPublicRepost) GetStory() (value StoryItemClass) {
tl_story_view_gen.go#L612: Story StoryItemClass
tl_story_view_gen.go#L668: GetStory() (value StoryItemClass)
tl_story_view_gen.go#L851: func (s *StoryViewPublicRepost) GetStory() (value StoryItemClass) {
tl_update_gen.go#L23002: Story StoryItemClass
tl_update_gen.go#L23047: GetStory() (value StoryItemClass)
tl_update_gen.go#L23159: 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.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |