type github.com/gotd/td/tg.HelpTermsOfServiceUpdate

43 uses

	github.com/gotd/td/tg (current package)
		tl_help_terms_of_service_update_gen.go#L182: type HelpTermsOfServiceUpdate struct {
		tl_help_terms_of_service_update_gen.go#L197: func (t HelpTermsOfServiceUpdate) construct() HelpTermsOfServiceUpdateClass { return &t }
		tl_help_terms_of_service_update_gen.go#L201: 	_ bin.Encoder     = &HelpTermsOfServiceUpdate{}
		tl_help_terms_of_service_update_gen.go#L202: 	_ bin.Decoder     = &HelpTermsOfServiceUpdate{}
		tl_help_terms_of_service_update_gen.go#L203: 	_ bin.BareEncoder = &HelpTermsOfServiceUpdate{}
		tl_help_terms_of_service_update_gen.go#L204: 	_ bin.BareDecoder = &HelpTermsOfServiceUpdate{}
		tl_help_terms_of_service_update_gen.go#L206: 	_ HelpTermsOfServiceUpdateClass = &HelpTermsOfServiceUpdate{}
		tl_help_terms_of_service_update_gen.go#L209: func (t *HelpTermsOfServiceUpdate) Zero() bool {
		tl_help_terms_of_service_update_gen.go#L224: func (t *HelpTermsOfServiceUpdate) String() string {
		tl_help_terms_of_service_update_gen.go#L228: 	type Alias HelpTermsOfServiceUpdate
		tl_help_terms_of_service_update_gen.go#L233: func (t *HelpTermsOfServiceUpdate) FillFrom(from interface {
		tl_help_terms_of_service_update_gen.go#L244: func (*HelpTermsOfServiceUpdate) TypeID() uint32 {
		tl_help_terms_of_service_update_gen.go#L249: func (*HelpTermsOfServiceUpdate) TypeName() string {
		tl_help_terms_of_service_update_gen.go#L254: func (t *HelpTermsOfServiceUpdate) TypeInfo() tdp.Type {
		tl_help_terms_of_service_update_gen.go#L277: func (t *HelpTermsOfServiceUpdate) Encode(b *bin.Buffer) error {
		tl_help_terms_of_service_update_gen.go#L286: func (t *HelpTermsOfServiceUpdate) EncodeBare(b *bin.Buffer) error {
		tl_help_terms_of_service_update_gen.go#L298: func (t *HelpTermsOfServiceUpdate) Decode(b *bin.Buffer) error {
		tl_help_terms_of_service_update_gen.go#L309: func (t *HelpTermsOfServiceUpdate) DecodeBare(b *bin.Buffer) error {
		tl_help_terms_of_service_update_gen.go#L329: func (t *HelpTermsOfServiceUpdate) GetExpires() (value int) {
		tl_help_terms_of_service_update_gen.go#L337: func (t *HelpTermsOfServiceUpdate) GetTermsOfService() (value HelpTermsOfService) {
		tl_help_terms_of_service_update_gen.go#L388: 	AsNotEmpty() (*HelpTermsOfServiceUpdate, bool)
		tl_help_terms_of_service_update_gen.go#L392: func (t *HelpTermsOfServiceUpdateEmpty) AsNotEmpty() (*HelpTermsOfServiceUpdate, bool) {
		tl_help_terms_of_service_update_gen.go#L397: func (t *HelpTermsOfServiceUpdate) AsNotEmpty() (*HelpTermsOfServiceUpdate, bool) {
		tl_help_terms_of_service_update_gen.go#L417: 		v := HelpTermsOfServiceUpdate{}
		tl_help_terms_of_service_update_slices_gen.go#L135: 		value, ok := elem.(*HelpTermsOfServiceUpdate)
		tl_help_terms_of_service_update_slices_gen.go#L147: func (s HelpTermsOfServiceUpdateClassArray) AppendOnlyNotEmpty(to []*HelpTermsOfServiceUpdate) []*HelpTermsOfServiceUpdate {
		tl_help_terms_of_service_update_slices_gen.go#L160: func (s HelpTermsOfServiceUpdateClassArray) AsNotEmpty() (to []*HelpTermsOfServiceUpdate) {
		tl_help_terms_of_service_update_slices_gen.go#L165: func (s HelpTermsOfServiceUpdateClassArray) FirstAsNotEmpty() (v *HelpTermsOfServiceUpdate, ok bool) {
		tl_help_terms_of_service_update_slices_gen.go#L174: func (s HelpTermsOfServiceUpdateClassArray) LastAsNotEmpty() (v *HelpTermsOfServiceUpdate, ok bool) {
		tl_help_terms_of_service_update_slices_gen.go#L183: func (s *HelpTermsOfServiceUpdateClassArray) PopFirstAsNotEmpty() (v *HelpTermsOfServiceUpdate, ok bool) {
		tl_help_terms_of_service_update_slices_gen.go#L192: func (s *HelpTermsOfServiceUpdateClassArray) PopAsNotEmpty() (v *HelpTermsOfServiceUpdate, ok bool) {
		tl_help_terms_of_service_update_slices_gen.go#L283: type HelpTermsOfServiceUpdateArray []HelpTermsOfServiceUpdate
		tl_help_terms_of_service_update_slices_gen.go#L286: func (s HelpTermsOfServiceUpdateArray) Sort(less func(a, b HelpTermsOfServiceUpdate) bool) HelpTermsOfServiceUpdateArray {
		tl_help_terms_of_service_update_slices_gen.go#L294: func (s HelpTermsOfServiceUpdateArray) SortStable(less func(a, b HelpTermsOfServiceUpdate) bool) HelpTermsOfServiceUpdateArray {
		tl_help_terms_of_service_update_slices_gen.go#L302: func (s HelpTermsOfServiceUpdateArray) Retain(keep func(x HelpTermsOfServiceUpdate) bool) HelpTermsOfServiceUpdateArray {
		tl_help_terms_of_service_update_slices_gen.go#L316: func (s HelpTermsOfServiceUpdateArray) First() (v HelpTermsOfServiceUpdate, ok bool) {
		tl_help_terms_of_service_update_slices_gen.go#L324: func (s HelpTermsOfServiceUpdateArray) Last() (v HelpTermsOfServiceUpdate, ok bool) {
		tl_help_terms_of_service_update_slices_gen.go#L332: func (s *HelpTermsOfServiceUpdateArray) PopFirst() (v HelpTermsOfServiceUpdate, ok bool) {
		tl_help_terms_of_service_update_slices_gen.go#L342: 	var zero HelpTermsOfServiceUpdate
		tl_help_terms_of_service_update_slices_gen.go#L351: func (s *HelpTermsOfServiceUpdateArray) Pop() (v HelpTermsOfServiceUpdate, ok bool) {
		tl_registry_gen.go#L4427: 		HelpTermsOfServiceUpdateTypeID:                           func() bin.Object { return &HelpTermsOfServiceUpdate{} },