type github.com/gotd/td/tg.UpdateStoriesStealthMode
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1260: type StoriesStealthModeHandler func(ctx context.Context, e Entities, update *UpdateStoriesStealthMode) error
tl_handlers_gen.go#L1265: return handler(ctx, e, update.(*UpdateStoriesStealthMode))
tl_registry_gen.go#L3943: UpdateStoriesStealthModeTypeID: func() bin.Object { return &UpdateStoriesStealthMode{} },
tl_update_gen.go#L23204: type UpdateStoriesStealthMode struct {
tl_update_gen.go#L23216: func (u UpdateStoriesStealthMode) construct() UpdateClass { return &u }
tl_update_gen.go#L23220: _ bin.Encoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23221: _ bin.Decoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23222: _ bin.BareEncoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23223: _ bin.BareDecoder = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23225: _ UpdateClass = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23228: func (u *UpdateStoriesStealthMode) Zero() bool {
tl_update_gen.go#L23240: func (u *UpdateStoriesStealthMode) String() string {
tl_update_gen.go#L23244: type Alias UpdateStoriesStealthMode
tl_update_gen.go#L23249: func (u *UpdateStoriesStealthMode) FillFrom(from interface {
tl_update_gen.go#L23258: func (*UpdateStoriesStealthMode) TypeID() uint32 {
tl_update_gen.go#L23263: func (*UpdateStoriesStealthMode) TypeName() string {
tl_update_gen.go#L23268: func (u *UpdateStoriesStealthMode) TypeInfo() tdp.Type {
tl_update_gen.go#L23287: func (u *UpdateStoriesStealthMode) Encode(b *bin.Buffer) error {
tl_update_gen.go#L23296: func (u *UpdateStoriesStealthMode) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L23307: func (u *UpdateStoriesStealthMode) Decode(b *bin.Buffer) error {
tl_update_gen.go#L23318: func (u *UpdateStoriesStealthMode) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L23331: func (u *UpdateStoriesStealthMode) GetStealthMode() (value StoriesStealthMode) {
tl_update_gen.go#L25756: v := UpdateStoriesStealthMode{}
tl_update_slices_gen.go#L1422: value, ok := elem.(*UpdateStoriesStealthMode)
tl_update_slices_gen.go#L9949: type UpdateStoriesStealthModeArray []UpdateStoriesStealthMode
tl_update_slices_gen.go#L9952: func (s UpdateStoriesStealthModeArray) Sort(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L9960: func (s UpdateStoriesStealthModeArray) SortStable(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L9968: func (s UpdateStoriesStealthModeArray) Retain(keep func(x UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
tl_update_slices_gen.go#L9982: func (s UpdateStoriesStealthModeArray) First() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L9990: func (s UpdateStoriesStealthModeArray) Last() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L9998: func (s *UpdateStoriesStealthModeArray) PopFirst() (v UpdateStoriesStealthMode, ok bool) {
tl_update_slices_gen.go#L10008: var zero UpdateStoriesStealthMode
tl_update_slices_gen.go#L10017: func (s *UpdateStoriesStealthModeArray) Pop() (v UpdateStoriesStealthMode, 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. |