type github.com/gotd/td/tg.StoriesEditStoryRequest
36 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L5340: StoriesEditStoryRequestTypeID: func() bin.Object { return &StoriesEditStoryRequest{} },
tl_server_gen.go#L9637: func (s *ServerDispatcher) OnStoriesEditStory(f func(ctx context.Context, request *StoriesEditStoryRequest) (UpdatesClass, error)) {
tl_server_gen.go#L9639: var request StoriesEditStoryRequest
tl_stories_edit_story_gen.go#L41: type StoriesEditStoryRequest struct {
tl_stories_edit_story_gen.go#L91: _ bin.Encoder = &StoriesEditStoryRequest{}
tl_stories_edit_story_gen.go#L92: _ bin.Decoder = &StoriesEditStoryRequest{}
tl_stories_edit_story_gen.go#L93: _ bin.BareEncoder = &StoriesEditStoryRequest{}
tl_stories_edit_story_gen.go#L94: _ bin.BareDecoder = &StoriesEditStoryRequest{}
tl_stories_edit_story_gen.go#L97: func (e *StoriesEditStoryRequest) Zero() bool {
tl_stories_edit_story_gen.go#L130: func (e *StoriesEditStoryRequest) String() string {
tl_stories_edit_story_gen.go#L134: type Alias StoriesEditStoryRequest
tl_stories_edit_story_gen.go#L139: func (e *StoriesEditStoryRequest) FillFrom(from interface {
tl_stories_edit_story_gen.go#L175: func (*StoriesEditStoryRequest) TypeID() uint32 {
tl_stories_edit_story_gen.go#L180: func (*StoriesEditStoryRequest) TypeName() string {
tl_stories_edit_story_gen.go#L185: func (e *StoriesEditStoryRequest) TypeInfo() tdp.Type {
tl_stories_edit_story_gen.go#L233: func (e *StoriesEditStoryRequest) SetFlags() {
tl_stories_edit_story_gen.go#L252: func (e *StoriesEditStoryRequest) Encode(b *bin.Buffer) error {
tl_stories_edit_story_gen.go#L261: func (e *StoriesEditStoryRequest) EncodeBare(b *bin.Buffer) error {
tl_stories_edit_story_gen.go#L324: func (e *StoriesEditStoryRequest) Decode(b *bin.Buffer) error {
tl_stories_edit_story_gen.go#L335: func (e *StoriesEditStoryRequest) DecodeBare(b *bin.Buffer) error {
tl_stories_edit_story_gen.go#L427: func (e *StoriesEditStoryRequest) GetPeer() (value InputPeerClass) {
tl_stories_edit_story_gen.go#L435: func (e *StoriesEditStoryRequest) GetID() (value int) {
tl_stories_edit_story_gen.go#L443: func (e *StoriesEditStoryRequest) SetMedia(value InputMediaClass) {
tl_stories_edit_story_gen.go#L450: func (e *StoriesEditStoryRequest) GetMedia() (value InputMediaClass, ok bool) {
tl_stories_edit_story_gen.go#L461: func (e *StoriesEditStoryRequest) SetMediaAreas(value []MediaAreaClass) {
tl_stories_edit_story_gen.go#L468: func (e *StoriesEditStoryRequest) GetMediaAreas() (value []MediaAreaClass, ok bool) {
tl_stories_edit_story_gen.go#L479: func (e *StoriesEditStoryRequest) SetCaption(value string) {
tl_stories_edit_story_gen.go#L486: func (e *StoriesEditStoryRequest) GetCaption() (value string, ok bool) {
tl_stories_edit_story_gen.go#L497: func (e *StoriesEditStoryRequest) SetEntities(value []MessageEntityClass) {
tl_stories_edit_story_gen.go#L504: func (e *StoriesEditStoryRequest) GetEntities() (value []MessageEntityClass, ok bool) {
tl_stories_edit_story_gen.go#L515: func (e *StoriesEditStoryRequest) SetPrivacyRules(value []InputPrivacyRuleClass) {
tl_stories_edit_story_gen.go#L522: func (e *StoriesEditStoryRequest) GetPrivacyRules() (value []InputPrivacyRuleClass, ok bool) {
tl_stories_edit_story_gen.go#L533: func (e *StoriesEditStoryRequest) MapMediaAreas() (value MediaAreaClassArray, ok bool) {
tl_stories_edit_story_gen.go#L541: func (e *StoriesEditStoryRequest) MapEntities() (value MessageEntityClassArray, ok bool) {
tl_stories_edit_story_gen.go#L549: func (e *StoriesEditStoryRequest) MapPrivacyRules() (value InputPrivacyRuleClassArray, ok bool) {
tl_stories_edit_story_gen.go#L568: func (c *Client) StoriesEditStory(ctx context.Context, request *StoriesEditStoryRequest) (UpdatesClass, error) {
|
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. |