type github.com/gotd/td/tg.InputWebFileLocation
32 uses
github.com/gotd/td/tg (current package)
tl_input_web_file_location_gen.go#L38: type InputWebFileLocation struct {
tl_input_web_file_location_gen.go#L49: func (i InputWebFileLocation) construct() InputWebFileLocationClass { return &i }
tl_input_web_file_location_gen.go#L53: _ bin.Encoder = &InputWebFileLocation{}
tl_input_web_file_location_gen.go#L54: _ bin.Decoder = &InputWebFileLocation{}
tl_input_web_file_location_gen.go#L55: _ bin.BareEncoder = &InputWebFileLocation{}
tl_input_web_file_location_gen.go#L56: _ bin.BareDecoder = &InputWebFileLocation{}
tl_input_web_file_location_gen.go#L58: _ InputWebFileLocationClass = &InputWebFileLocation{}
tl_input_web_file_location_gen.go#L61: func (i *InputWebFileLocation) Zero() bool {
tl_input_web_file_location_gen.go#L76: func (i *InputWebFileLocation) String() string {
tl_input_web_file_location_gen.go#L80: type Alias InputWebFileLocation
tl_input_web_file_location_gen.go#L85: func (i *InputWebFileLocation) FillFrom(from interface {
tl_input_web_file_location_gen.go#L96: func (*InputWebFileLocation) TypeID() uint32 {
tl_input_web_file_location_gen.go#L101: func (*InputWebFileLocation) TypeName() string {
tl_input_web_file_location_gen.go#L106: func (i *InputWebFileLocation) TypeInfo() tdp.Type {
tl_input_web_file_location_gen.go#L129: func (i *InputWebFileLocation) Encode(b *bin.Buffer) error {
tl_input_web_file_location_gen.go#L138: func (i *InputWebFileLocation) EncodeBare(b *bin.Buffer) error {
tl_input_web_file_location_gen.go#L148: func (i *InputWebFileLocation) Decode(b *bin.Buffer) error {
tl_input_web_file_location_gen.go#L159: func (i *InputWebFileLocation) DecodeBare(b *bin.Buffer) error {
tl_input_web_file_location_gen.go#L181: func (i *InputWebFileLocation) GetURL() (value string) {
tl_input_web_file_location_gen.go#L189: func (i *InputWebFileLocation) GetAccessHash() (value int64) {
tl_input_web_file_location_gen.go#L850: v := InputWebFileLocation{}
tl_input_web_file_location_slices_gen.go#L122: value, ok := elem.(*InputWebFileLocation)
tl_input_web_file_location_slices_gen.go#L159: type InputWebFileLocationArray []InputWebFileLocation
tl_input_web_file_location_slices_gen.go#L162: func (s InputWebFileLocationArray) Sort(less func(a, b InputWebFileLocation) bool) InputWebFileLocationArray {
tl_input_web_file_location_slices_gen.go#L170: func (s InputWebFileLocationArray) SortStable(less func(a, b InputWebFileLocation) bool) InputWebFileLocationArray {
tl_input_web_file_location_slices_gen.go#L178: func (s InputWebFileLocationArray) Retain(keep func(x InputWebFileLocation) bool) InputWebFileLocationArray {
tl_input_web_file_location_slices_gen.go#L192: func (s InputWebFileLocationArray) First() (v InputWebFileLocation, ok bool) {
tl_input_web_file_location_slices_gen.go#L200: func (s InputWebFileLocationArray) Last() (v InputWebFileLocation, ok bool) {
tl_input_web_file_location_slices_gen.go#L208: func (s *InputWebFileLocationArray) PopFirst() (v InputWebFileLocation, ok bool) {
tl_input_web_file_location_slices_gen.go#L218: var zero InputWebFileLocation
tl_input_web_file_location_slices_gen.go#L227: func (s *InputWebFileLocationArray) Pop() (v InputWebFileLocation, ok bool) {
tl_registry_gen.go#L4315: InputWebFileLocationTypeID: func() bin.Object { return &InputWebFileLocation{} },
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. |