type github.com/gotd/td/tg.ChannelLocation
43 uses
github.com/gotd/td/tg (current package)
tl_channel_location_gen.go#L140: type ChannelLocation struct {
tl_channel_location_gen.go#L151: func (c ChannelLocation) construct() ChannelLocationClass { return &c }
tl_channel_location_gen.go#L155: _ bin.Encoder = &ChannelLocation{}
tl_channel_location_gen.go#L156: _ bin.Decoder = &ChannelLocation{}
tl_channel_location_gen.go#L157: _ bin.BareEncoder = &ChannelLocation{}
tl_channel_location_gen.go#L158: _ bin.BareDecoder = &ChannelLocation{}
tl_channel_location_gen.go#L160: _ ChannelLocationClass = &ChannelLocation{}
tl_channel_location_gen.go#L163: func (c *ChannelLocation) Zero() bool {
tl_channel_location_gen.go#L178: func (c *ChannelLocation) String() string {
tl_channel_location_gen.go#L182: type Alias ChannelLocation
tl_channel_location_gen.go#L187: func (c *ChannelLocation) FillFrom(from interface {
tl_channel_location_gen.go#L198: func (*ChannelLocation) TypeID() uint32 {
tl_channel_location_gen.go#L203: func (*ChannelLocation) TypeName() string {
tl_channel_location_gen.go#L208: func (c *ChannelLocation) TypeInfo() tdp.Type {
tl_channel_location_gen.go#L231: func (c *ChannelLocation) Encode(b *bin.Buffer) error {
tl_channel_location_gen.go#L240: func (c *ChannelLocation) EncodeBare(b *bin.Buffer) error {
tl_channel_location_gen.go#L255: func (c *ChannelLocation) Decode(b *bin.Buffer) error {
tl_channel_location_gen.go#L266: func (c *ChannelLocation) DecodeBare(b *bin.Buffer) error {
tl_channel_location_gen.go#L288: func (c *ChannelLocation) GetGeoPoint() (value GeoPointClass) {
tl_channel_location_gen.go#L296: func (c *ChannelLocation) GetAddress() (value string) {
tl_channel_location_gen.go#L340: AsNotEmpty() (*ChannelLocation, bool)
tl_channel_location_gen.go#L344: func (c *ChannelLocationEmpty) AsNotEmpty() (*ChannelLocation, bool) {
tl_channel_location_gen.go#L349: func (c *ChannelLocation) AsNotEmpty() (*ChannelLocation, bool) {
tl_channel_location_gen.go#L369: v := ChannelLocation{}
tl_channel_location_slices_gen.go#L122: value, ok := elem.(*ChannelLocation)
tl_channel_location_slices_gen.go#L134: func (s ChannelLocationClassArray) AppendOnlyNotEmpty(to []*ChannelLocation) []*ChannelLocation {
tl_channel_location_slices_gen.go#L147: func (s ChannelLocationClassArray) AsNotEmpty() (to []*ChannelLocation) {
tl_channel_location_slices_gen.go#L152: func (s ChannelLocationClassArray) FirstAsNotEmpty() (v *ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L161: func (s ChannelLocationClassArray) LastAsNotEmpty() (v *ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L170: func (s *ChannelLocationClassArray) PopFirstAsNotEmpty() (v *ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L179: func (s *ChannelLocationClassArray) PopAsNotEmpty() (v *ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L188: type ChannelLocationArray []ChannelLocation
tl_channel_location_slices_gen.go#L191: func (s ChannelLocationArray) Sort(less func(a, b ChannelLocation) bool) ChannelLocationArray {
tl_channel_location_slices_gen.go#L199: func (s ChannelLocationArray) SortStable(less func(a, b ChannelLocation) bool) ChannelLocationArray {
tl_channel_location_slices_gen.go#L207: func (s ChannelLocationArray) Retain(keep func(x ChannelLocation) bool) ChannelLocationArray {
tl_channel_location_slices_gen.go#L221: func (s ChannelLocationArray) First() (v ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L229: func (s ChannelLocationArray) Last() (v ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L237: func (s *ChannelLocationArray) PopFirst() (v ChannelLocation, ok bool) {
tl_channel_location_slices_gen.go#L247: var zero ChannelLocation
tl_channel_location_slices_gen.go#L256: func (s *ChannelLocationArray) Pop() (v ChannelLocation, ok bool) {
tl_registry_gen.go#L4529: ChannelLocationTypeID: func() bin.Object { return &ChannelLocation{} },
|
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. |