type github.com/gotd/td/tg.HelpTermsOfServiceUpdateEmpty
32 uses
github.com/gotd/td/tg (current package)
tl_help_terms_of_service_update_gen.go#L38: type HelpTermsOfServiceUpdateEmpty struct {
tl_help_terms_of_service_update_gen.go#L51: func (t HelpTermsOfServiceUpdateEmpty) construct() HelpTermsOfServiceUpdateClass { return &t }
tl_help_terms_of_service_update_gen.go#L55: _ bin.Encoder = &HelpTermsOfServiceUpdateEmpty{}
tl_help_terms_of_service_update_gen.go#L56: _ bin.Decoder = &HelpTermsOfServiceUpdateEmpty{}
tl_help_terms_of_service_update_gen.go#L57: _ bin.BareEncoder = &HelpTermsOfServiceUpdateEmpty{}
tl_help_terms_of_service_update_gen.go#L58: _ bin.BareDecoder = &HelpTermsOfServiceUpdateEmpty{}
tl_help_terms_of_service_update_gen.go#L60: _ HelpTermsOfServiceUpdateClass = &HelpTermsOfServiceUpdateEmpty{}
tl_help_terms_of_service_update_gen.go#L63: func (t *HelpTermsOfServiceUpdateEmpty) Zero() bool {
tl_help_terms_of_service_update_gen.go#L75: func (t *HelpTermsOfServiceUpdateEmpty) String() string {
tl_help_terms_of_service_update_gen.go#L79: type Alias HelpTermsOfServiceUpdateEmpty
tl_help_terms_of_service_update_gen.go#L84: func (t *HelpTermsOfServiceUpdateEmpty) FillFrom(from interface {
tl_help_terms_of_service_update_gen.go#L93: func (*HelpTermsOfServiceUpdateEmpty) TypeID() uint32 {
tl_help_terms_of_service_update_gen.go#L98: func (*HelpTermsOfServiceUpdateEmpty) TypeName() string {
tl_help_terms_of_service_update_gen.go#L103: func (t *HelpTermsOfServiceUpdateEmpty) TypeInfo() tdp.Type {
tl_help_terms_of_service_update_gen.go#L122: func (t *HelpTermsOfServiceUpdateEmpty) Encode(b *bin.Buffer) error {
tl_help_terms_of_service_update_gen.go#L131: func (t *HelpTermsOfServiceUpdateEmpty) EncodeBare(b *bin.Buffer) error {
tl_help_terms_of_service_update_gen.go#L140: func (t *HelpTermsOfServiceUpdateEmpty) Decode(b *bin.Buffer) error {
tl_help_terms_of_service_update_gen.go#L151: func (t *HelpTermsOfServiceUpdateEmpty) DecodeBare(b *bin.Buffer) error {
tl_help_terms_of_service_update_gen.go#L166: func (t *HelpTermsOfServiceUpdateEmpty) GetExpires() (value int) {
tl_help_terms_of_service_update_gen.go#L392: func (t *HelpTermsOfServiceUpdateEmpty) AsNotEmpty() (*HelpTermsOfServiceUpdate, bool) {
tl_help_terms_of_service_update_gen.go#L410: v := HelpTermsOfServiceUpdateEmpty{}
tl_help_terms_of_service_update_slices_gen.go#L122: value, ok := elem.(*HelpTermsOfServiceUpdateEmpty)
tl_help_terms_of_service_update_slices_gen.go#L201: type HelpTermsOfServiceUpdateEmptyArray []HelpTermsOfServiceUpdateEmpty
tl_help_terms_of_service_update_slices_gen.go#L204: func (s HelpTermsOfServiceUpdateEmptyArray) Sort(less func(a, b HelpTermsOfServiceUpdateEmpty) bool) HelpTermsOfServiceUpdateEmptyArray {
tl_help_terms_of_service_update_slices_gen.go#L212: func (s HelpTermsOfServiceUpdateEmptyArray) SortStable(less func(a, b HelpTermsOfServiceUpdateEmpty) bool) HelpTermsOfServiceUpdateEmptyArray {
tl_help_terms_of_service_update_slices_gen.go#L220: func (s HelpTermsOfServiceUpdateEmptyArray) Retain(keep func(x HelpTermsOfServiceUpdateEmpty) bool) HelpTermsOfServiceUpdateEmptyArray {
tl_help_terms_of_service_update_slices_gen.go#L234: func (s HelpTermsOfServiceUpdateEmptyArray) First() (v HelpTermsOfServiceUpdateEmpty, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L242: func (s HelpTermsOfServiceUpdateEmptyArray) Last() (v HelpTermsOfServiceUpdateEmpty, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L250: func (s *HelpTermsOfServiceUpdateEmptyArray) PopFirst() (v HelpTermsOfServiceUpdateEmpty, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L260: var zero HelpTermsOfServiceUpdateEmpty
tl_help_terms_of_service_update_slices_gen.go#L269: func (s *HelpTermsOfServiceUpdateEmptyArray) Pop() (v HelpTermsOfServiceUpdateEmpty, ok bool) {
tl_registry_gen.go#L4426: HelpTermsOfServiceUpdateEmptyTypeID: func() bin.Object { return &HelpTermsOfServiceUpdateEmpty{} },
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. |