type github.com/gotd/td/tg.ChannelLocationClass
27 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L2924: PrevValue ChannelLocationClass
tl_channel_admin_log_event_action_gen.go#L2926: NewValue ChannelLocationClass
tl_channel_admin_log_event_action_gen.go#L2972: GetPrevValue() (value ChannelLocationClass)
tl_channel_admin_log_event_action_gen.go#L2973: GetNewValue() (value ChannelLocationClass)
tl_channel_admin_log_event_action_gen.go#L3077: func (c *ChannelAdminLogEventActionChangeLocation) GetPrevValue() (value ChannelLocationClass) {
tl_channel_admin_log_event_action_gen.go#L3085: func (c *ChannelAdminLogEventActionChangeLocation) GetNewValue() (value ChannelLocationClass) {
tl_channel_location_gen.go#L45: func (c ChannelLocationEmpty) construct() ChannelLocationClass { return &c }
tl_channel_location_gen.go#L54: _ ChannelLocationClass = &ChannelLocationEmpty{}
tl_channel_location_gen.go#L151: func (c ChannelLocation) construct() ChannelLocationClass { return &c }
tl_channel_location_gen.go#L160: _ ChannelLocationClass = &ChannelLocation{}
tl_channel_location_gen.go#L321: type ChannelLocationClass interface {
tl_channel_location_gen.go#L326: construct() ChannelLocationClass
tl_channel_location_gen.go#L354: func DecodeChannelLocation(buf *bin.Buffer) (ChannelLocationClass, error) {
tl_channel_location_gen.go#L381: ChannelLocation ChannelLocationClass
tl_channel_location_slices_gen.go#L38: type ChannelLocationClassArray []ChannelLocationClass
tl_channel_location_slices_gen.go#L41: func (s ChannelLocationClassArray) Sort(less func(a, b ChannelLocationClass) bool) ChannelLocationClassArray {
tl_channel_location_slices_gen.go#L49: func (s ChannelLocationClassArray) SortStable(less func(a, b ChannelLocationClass) bool) ChannelLocationClassArray {
tl_channel_location_slices_gen.go#L57: func (s ChannelLocationClassArray) Retain(keep func(x ChannelLocationClass) bool) ChannelLocationClassArray {
tl_channel_location_slices_gen.go#L71: func (s ChannelLocationClassArray) First() (v ChannelLocationClass, ok bool) {
tl_channel_location_slices_gen.go#L79: func (s ChannelLocationClassArray) Last() (v ChannelLocationClass, ok bool) {
tl_channel_location_slices_gen.go#L87: func (s *ChannelLocationClassArray) PopFirst() (v ChannelLocationClass, ok bool) {
tl_channel_location_slices_gen.go#L97: var zero ChannelLocationClass
tl_channel_location_slices_gen.go#L106: func (s *ChannelLocationClassArray) Pop() (v ChannelLocationClass, ok bool) {
tl_chat_full_gen.go#L1197: Location ChannelLocationClass
tl_chat_full_gen.go#L1509: GetLocation() (value ChannelLocationClass, ok bool)
tl_chat_full_gen.go#L3126: func (c *ChannelFull) SetLocation(value ChannelLocationClass) {
tl_chat_full_gen.go#L3133: func (c *ChannelFull) GetLocation() (value ChannelLocationClass, ok bool) {
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. |