type github.com/gotd/td/tg.HelpCountriesList
43 uses
github.com/gotd/td/tg (current package)
tl_help_countries_list_gen.go#L140: type HelpCountriesList struct {
tl_help_countries_list_gen.go#L154: func (c HelpCountriesList) construct() HelpCountriesListClass { return &c }
tl_help_countries_list_gen.go#L158: _ bin.Encoder = &HelpCountriesList{}
tl_help_countries_list_gen.go#L159: _ bin.Decoder = &HelpCountriesList{}
tl_help_countries_list_gen.go#L160: _ bin.BareEncoder = &HelpCountriesList{}
tl_help_countries_list_gen.go#L161: _ bin.BareDecoder = &HelpCountriesList{}
tl_help_countries_list_gen.go#L163: _ HelpCountriesListClass = &HelpCountriesList{}
tl_help_countries_list_gen.go#L166: func (c *HelpCountriesList) Zero() bool {
tl_help_countries_list_gen.go#L181: func (c *HelpCountriesList) String() string {
tl_help_countries_list_gen.go#L185: type Alias HelpCountriesList
tl_help_countries_list_gen.go#L190: func (c *HelpCountriesList) FillFrom(from interface {
tl_help_countries_list_gen.go#L201: func (*HelpCountriesList) TypeID() uint32 {
tl_help_countries_list_gen.go#L206: func (*HelpCountriesList) TypeName() string {
tl_help_countries_list_gen.go#L211: func (c *HelpCountriesList) TypeInfo() tdp.Type {
tl_help_countries_list_gen.go#L234: func (c *HelpCountriesList) Encode(b *bin.Buffer) error {
tl_help_countries_list_gen.go#L243: func (c *HelpCountriesList) EncodeBare(b *bin.Buffer) error {
tl_help_countries_list_gen.go#L258: func (c *HelpCountriesList) Decode(b *bin.Buffer) error {
tl_help_countries_list_gen.go#L269: func (c *HelpCountriesList) DecodeBare(b *bin.Buffer) error {
tl_help_countries_list_gen.go#L301: func (c *HelpCountriesList) GetCountries() (value []HelpCountry) {
tl_help_countries_list_gen.go#L309: func (c *HelpCountriesList) GetHash() (value int) {
tl_help_countries_list_gen.go#L353: AsModified() (*HelpCountriesList, bool)
tl_help_countries_list_gen.go#L357: func (c *HelpCountriesListNotModified) AsModified() (*HelpCountriesList, bool) {
tl_help_countries_list_gen.go#L362: func (c *HelpCountriesList) AsModified() (*HelpCountriesList, bool) {
tl_help_countries_list_gen.go#L382: v := HelpCountriesList{}
tl_help_countries_list_slices_gen.go#L122: value, ok := elem.(*HelpCountriesList)
tl_help_countries_list_slices_gen.go#L134: func (s HelpCountriesListClassArray) AppendOnlyModified(to []*HelpCountriesList) []*HelpCountriesList {
tl_help_countries_list_slices_gen.go#L147: func (s HelpCountriesListClassArray) AsModified() (to []*HelpCountriesList) {
tl_help_countries_list_slices_gen.go#L152: func (s HelpCountriesListClassArray) FirstAsModified() (v *HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L161: func (s HelpCountriesListClassArray) LastAsModified() (v *HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L170: func (s *HelpCountriesListClassArray) PopFirstAsModified() (v *HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L179: func (s *HelpCountriesListClassArray) PopAsModified() (v *HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L188: type HelpCountriesListArray []HelpCountriesList
tl_help_countries_list_slices_gen.go#L191: func (s HelpCountriesListArray) Sort(less func(a, b HelpCountriesList) bool) HelpCountriesListArray {
tl_help_countries_list_slices_gen.go#L199: func (s HelpCountriesListArray) SortStable(less func(a, b HelpCountriesList) bool) HelpCountriesListArray {
tl_help_countries_list_slices_gen.go#L207: func (s HelpCountriesListArray) Retain(keep func(x HelpCountriesList) bool) HelpCountriesListArray {
tl_help_countries_list_slices_gen.go#L221: func (s HelpCountriesListArray) First() (v HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L229: func (s HelpCountriesListArray) Last() (v HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L237: func (s *HelpCountriesListArray) PopFirst() (v HelpCountriesList, ok bool) {
tl_help_countries_list_slices_gen.go#L247: var zero HelpCountriesList
tl_help_countries_list_slices_gen.go#L256: func (s *HelpCountriesListArray) Pop() (v HelpCountriesList, ok bool) {
tl_registry_gen.go#L4579: HelpCountriesListTypeID: func() bin.Object { return &HelpCountriesList{} },
|
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. |