type github.com/gotd/td/tg.StoriesStealthMode
32 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4766: StoriesStealthModeTypeID: func() bin.Object { return &StoriesStealthMode{} },
tl_stories_all_stories_gen.go#L53: StealthMode StoriesStealthMode
tl_stories_all_stories_gen.go#L101: GetStealthMode() (value StoriesStealthMode)
tl_stories_all_stories_gen.go#L216: func (a *StoriesAllStoriesNotModified) GetStealthMode() (value StoriesStealthMode) {
tl_stories_all_stories_gen.go#L255: StealthMode StoriesStealthMode
tl_stories_all_stories_gen.go#L323: GetStealthMode() (value StoriesStealthMode)
tl_stories_all_stories_gen.go#L602: func (a *StoriesAllStories) GetStealthMode() (value StoriesStealthMode) {
tl_stories_all_stories_gen.go#L662: GetStealthMode() (value StoriesStealthMode)
tl_stories_stealth_mode_gen.go#L41: type StoriesStealthMode struct {
tl_stories_stealth_mode_gen.go#L62: _ bin.Encoder = &StoriesStealthMode{}
tl_stories_stealth_mode_gen.go#L63: _ bin.Decoder = &StoriesStealthMode{}
tl_stories_stealth_mode_gen.go#L64: _ bin.BareEncoder = &StoriesStealthMode{}
tl_stories_stealth_mode_gen.go#L65: _ bin.BareDecoder = &StoriesStealthMode{}
tl_stories_stealth_mode_gen.go#L68: func (s *StoriesStealthMode) Zero() bool {
tl_stories_stealth_mode_gen.go#L86: func (s *StoriesStealthMode) String() string {
tl_stories_stealth_mode_gen.go#L90: type Alias StoriesStealthMode
tl_stories_stealth_mode_gen.go#L95: func (s *StoriesStealthMode) FillFrom(from interface {
tl_stories_stealth_mode_gen.go#L112: func (*StoriesStealthMode) TypeID() uint32 {
tl_stories_stealth_mode_gen.go#L117: func (*StoriesStealthMode) TypeName() string {
tl_stories_stealth_mode_gen.go#L122: func (s *StoriesStealthMode) TypeInfo() tdp.Type {
tl_stories_stealth_mode_gen.go#L147: func (s *StoriesStealthMode) SetFlags() {
tl_stories_stealth_mode_gen.go#L157: func (s *StoriesStealthMode) Encode(b *bin.Buffer) error {
tl_stories_stealth_mode_gen.go#L166: func (s *StoriesStealthMode) EncodeBare(b *bin.Buffer) error {
tl_stories_stealth_mode_gen.go#L184: func (s *StoriesStealthMode) Decode(b *bin.Buffer) error {
tl_stories_stealth_mode_gen.go#L195: func (s *StoriesStealthMode) DecodeBare(b *bin.Buffer) error {
tl_stories_stealth_mode_gen.go#L222: func (s *StoriesStealthMode) SetActiveUntilDate(value int) {
tl_stories_stealth_mode_gen.go#L229: func (s *StoriesStealthMode) GetActiveUntilDate() (value int, ok bool) {
tl_stories_stealth_mode_gen.go#L240: func (s *StoriesStealthMode) SetCooldownUntilDate(value int) {
tl_stories_stealth_mode_gen.go#L247: func (s *StoriesStealthMode) GetCooldownUntilDate() (value int, ok bool) {
tl_update_gen.go#L23209: StealthMode StoriesStealthMode
tl_update_gen.go#L23250: GetStealthMode() (value StoriesStealthMode)
tl_update_gen.go#L23331: func (u *UpdateStoriesStealthMode) GetStealthMode() (value StoriesStealthMode) {
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. |