type github.com/gotd/td/tg.StoriesStoryReactionsList
30 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4803: StoriesStoryReactionsListTypeID: func() bin.Object { return &StoriesStoryReactionsList{} },
tl_server_gen.go#L10010: func (s *ServerDispatcher) OnStoriesGetStoryReactionsList(f func(ctx context.Context, request *StoriesGetStoryReactionsListRequest) (*StoriesStoryReactionsList, error)) {
tl_stories_get_story_reactions_list_gen.go#L379: func (c *Client) StoriesGetStoryReactionsList(ctx context.Context, request *StoriesGetStoryReactionsListRequest) (*StoriesStoryReactionsList, error) {
tl_stories_get_story_reactions_list_gen.go#L380: var result StoriesStoryReactionsList
tl_stories_story_reactions_list_gen.go#L37: type StoriesStoryReactionsList struct {
tl_stories_story_reactions_list_gen.go#L59: _ bin.Encoder = &StoriesStoryReactionsList{}
tl_stories_story_reactions_list_gen.go#L60: _ bin.Decoder = &StoriesStoryReactionsList{}
tl_stories_story_reactions_list_gen.go#L61: _ bin.BareEncoder = &StoriesStoryReactionsList{}
tl_stories_story_reactions_list_gen.go#L62: _ bin.BareDecoder = &StoriesStoryReactionsList{}
tl_stories_story_reactions_list_gen.go#L65: func (s *StoriesStoryReactionsList) Zero() bool {
tl_stories_story_reactions_list_gen.go#L92: func (s *StoriesStoryReactionsList) String() string {
tl_stories_story_reactions_list_gen.go#L96: type Alias StoriesStoryReactionsList
tl_stories_story_reactions_list_gen.go#L101: func (s *StoriesStoryReactionsList) FillFrom(from interface {
tl_stories_story_reactions_list_gen.go#L121: func (*StoriesStoryReactionsList) TypeID() uint32 {
tl_stories_story_reactions_list_gen.go#L126: func (*StoriesStoryReactionsList) TypeName() string {
tl_stories_story_reactions_list_gen.go#L131: func (s *StoriesStoryReactionsList) TypeInfo() tdp.Type {
tl_stories_story_reactions_list_gen.go#L167: func (s *StoriesStoryReactionsList) SetFlags() {
tl_stories_story_reactions_list_gen.go#L174: func (s *StoriesStoryReactionsList) Encode(b *bin.Buffer) error {
tl_stories_story_reactions_list_gen.go#L183: func (s *StoriesStoryReactionsList) EncodeBare(b *bin.Buffer) error {
tl_stories_story_reactions_list_gen.go#L226: func (s *StoriesStoryReactionsList) Decode(b *bin.Buffer) error {
tl_stories_story_reactions_list_gen.go#L237: func (s *StoriesStoryReactionsList) DecodeBare(b *bin.Buffer) error {
tl_stories_story_reactions_list_gen.go#L315: func (s *StoriesStoryReactionsList) GetCount() (value int) {
tl_stories_story_reactions_list_gen.go#L323: func (s *StoriesStoryReactionsList) GetReactions() (value []StoryReactionClass) {
tl_stories_story_reactions_list_gen.go#L331: func (s *StoriesStoryReactionsList) GetChats() (value []ChatClass) {
tl_stories_story_reactions_list_gen.go#L339: func (s *StoriesStoryReactionsList) GetUsers() (value []UserClass) {
tl_stories_story_reactions_list_gen.go#L347: func (s *StoriesStoryReactionsList) SetNextOffset(value string) {
tl_stories_story_reactions_list_gen.go#L354: func (s *StoriesStoryReactionsList) GetNextOffset() (value string, ok bool) {
tl_stories_story_reactions_list_gen.go#L365: func (s *StoriesStoryReactionsList) MapReactions() (value StoryReactionClassArray) {
tl_stories_story_reactions_list_gen.go#L370: func (s *StoriesStoryReactionsList) MapChats() (value ChatClassArray) {
tl_stories_story_reactions_list_gen.go#L375: func (s *StoriesStoryReactionsList) MapUsers() (value UserClassArray) {
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. |